Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manpage_completion_test: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+0 |
| | |||||
* | tests: Ignore encoding in manpage test | toonn | 2021-08-27 | 1 | -3/+2 |
| | |||||
* | tests: Pylint complains about open and literals | toonn | 2021-08-27 | 1 | -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 with | toonn | 2021-07-20 | 1 | -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 CI | hut | 2018-01-28 | 1 | -0/+2 |
| | |||||
* | fix tests | hut | 2018-01-28 | 1 | -4/+5 |
| | |||||
* | added test script that checks for man page completeness | hut | 2018-01-26 | 1 | -0/+54 |