| Commit message (Expand) | Author | Age | Files | Lines |
* | test_py2_compat: Ignore error message positions | toonn | 2022-05-26 | 1 | -0/+6 |
* | test_py2_compat: Test f-string detection | toonn | 2022-02-05 | 1 | -0/+25 |
* | Trying to ban f-strings | toonn | 2022-02-05 | 1 | -0/+8 |
* | Revert "manpage_completion_test: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+1 |
* | test_py2_compat: Message was renamed to MessageTest | toonn | 2022-02-05 | 1 | -7/+7 |
* | 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 |
* | test_py2_compat: Test the new with-statement check | toonn | 2021-08-08 | 1 | -0/+26 |
* | py2_compat: Fix formatting for PEP8 | toonn | 2021-08-08 | 1 | -3/+3 |
* | py2_compat: Added check for with Popen | toonn | 2021-08-08 | 1 | -1/+19 |
* | tests.manpage_completion: Use with | toonn | 2021-07-20 | 1 | -1/+2 |
* | Fix test_py2_compat formatting | toonn | 2020-11-11 | 1 | -0/+1 |
* | Shortcut py2 incompatible pytest tests | toonn | 2020-11-11 | 1 | -0/+11 |
* | Apply some PEP8 love to the pylint module and tests | toonn | 2020-07-05 | 2 | -20/+17 |
* | Implement python 2 compatibility checks | toonn | 2020-07-05 | 3 | -0/+287 |
* | Refactor the bookmark validation code | Wojciech Siewierski | 2019-01-27 | 1 | -2/+7 |
* | Make it easier to test bookmarks by optionally disabling validation | Wojciech Siewierski | 2019-01-27 | 1 | -2/+2 |
* | updated original filename | Jon Erling Hustadnes | 2018-12-18 | 1 | -1/+1 |
* | corrected for python 2.7 | Jon Erling Hustadnes | 2018-12-17 | 1 | -3/+3 |
* | Added check if bookmark file is a symlink. | Jon Erling Hustadnes | 2018-12-17 | 1 | -0/+17 |
* | Implemented unit test for recent fix | tau3 | 2018-02-15 | 2 | -0/+18 |
* | 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 |
* | container.fsobject: Fix natural sort | nfnty | 2017-01-24 | 1 | -4/+23 |
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 3 | -3/+3 |
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 3 | -0/+6 |
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 3 | -54/+54 |
* | Fix misspellings | stepshal | 2016-06-26 | 2 | -2/+2 |
* | Remove whitespace in blank lines | stepshal | 2016-06-19 | 1 | -2/+2 |
* | Merge branch 'E301' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 1 | -0/+2 |
|\ |
|
| * | Add one blank line where is expected | stepshal | 2016-06-16 | 1 | -0/+2 |
* | | Add two blank lines where is expected | stepshal | 2016-06-16 | 2 | -0/+2 |
|/ |
|
* | Make exactly one space after comma | stepshal | 2016-06-06 | 1 | -1/+1 |
* | test_fsobject: fix syntax error | hut | 2016-03-25 | 1 | -2/+2 |
* | Remove accidental prints for debugging | lverweijen | 2016-03-22 | 1 | -4/+0 |
* | Make natural_sort's behaviour better defined | lverweijen | 2016-03-08 | 1 | -0/+38 |
* | container.history: fixed rebase() unit test | hut | 2016-02-28 | 1 | -3/+4 |
* | bookmarks: add test | Laurent Charignon | 2016-01-31 | 1 | -0/+52 |
* | history: fix logic error and add test for all the methods | Laurent Charignon | 2016-01-31 | 1 | -2/+96 |
* | tests: add a dummy pytest test and add it to the make test step | Laurent Charignon | 2016-01-31 | 4 | -0/+5 |