Skip to content

Commit 73465d6

Browse files
committed
moved tests (?)
1 parent b936e42 commit 73465d6

35 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/test_pep8.py renamed to pySDC/tests/test_pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def check_files(dir):
2323

2424

2525
def test_pep8():
26-
for dir in ['pySDC/core', 'pySDC/implementations', 'pySDC/helpers', 'tutorial', 'projects', 'playgrounds']:
26+
for dir in ['core', 'implementations', 'helpers', 'tutorial', '../projects', '../playgrounds']:
2727
yield check_files, dir
File renamed without changes.

0 commit comments

Comments
 (0)