about summary refs log tree commit diff stats
path: root/tests/manpage_completion_test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Ignore encoding in manpage testtoonn2021-08-271-3/+2
|
* tests: Pylint complains about open and literalstoonn2021-08-271-2/+4
| | | | | | | | | So let's use our new open23 to circumvent the lint. Updating the function to default to UTF-8. This is not the greatest solution but changing to `io.open` has performance repercussions and using `codecs.open` might change semantics so it would need thorough testing.
* tests.manpage_completion: Use withtoonn2021-07-201-1/+2
| | | | | This test revealed an exception that wasn't covered in `ranger/__init__.py` due to the refactor to a with-statement.
* attempt to fix CIhut2018-01-281-0/+2
|
* fix testshut2018-01-281-4/+5
|
* added test script that checks for man page completenesshut2018-01-261-0/+54