Skip to content

Commit

Permalink
Merge pull request #1179 from lev-blit/fix-testing-or-tests-naming
Browse files Browse the repository at this point in the history
fix some wrong renames from testsuite to testing/data vs test
  • Loading branch information
asottile committed Jul 21, 2023
2 parents d8443f8 + a21f8e3 commit 8ca4b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There's also a shortcut for checking a single file::

import pycodestyle

fchecker = pycodestyle.Checker('tests/data/E27.py', show_source=True)
fchecker = pycodestyle.Checker('testing/data/E27.py', show_source=True)
file_errors = fchecker.check_all()

print("Found %s errors (and warnings)" % file_errors)
Expand Down

0 comments on commit 8ca4b7f

Please sign in to comment.