Skip to content

Commit

Permalink
Files tested by test_conformance() path format
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer committed Dec 24, 2020
1 parent 912c8eb commit 3bdabd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test_card_assembler.py
Expand Up @@ -25,8 +25,8 @@ def test_conformance(self):
import pycodestyle
style = pycodestyle.StyleGuide() # (quiet=True)
result = style.check_files([
'src\\blueprint.py',
'src\\cardassembler.py'
r'src\blueprint.py',
r'src\cardassembler.py',
])
self.assertEqual(result.total_errors, 0,
"Found code style errors (and warnings).")
Expand Down

0 comments on commit 3bdabd4

Please sign in to comment.