summaryrefslogtreecommitdiff
path: root/testsuite/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Fix tests to handle paths in Windows. NormalizePath works properly but the t...JPeterMugaas2020-11-041-1/+1
* Expect lines to be indented 8 places when tabs are usedJon Dufresne2019-01-311-1/+1
* Add check for over-indented blocksJon Dufresne2019-01-241-4/+5
* Fix handling of diffs with mnemonic prefixesMichal Kolodziejski2017-12-271-0/+10
* Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-031-22/+26
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-261-13/+13
* Fix testsFlorent Xicluna2014-04-261-1/+1
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-5/+4
* Fix false positive E121/E126 with multi-line string; issue #265Florent Xicluna2014-04-031-3/+5
* Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-1/+1
* Fix config parser testsFlorent Xicluna2013-03-241-3/+6
* More API testsFlorent Xicluna2013-03-021-10/+2
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-021-0/+193