Browse Source

snoop up testproject

Rafał Pitoń 7 years ago
parent
commit
26c18e82d9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      runtests.py

+ 2 - 0
runtests.py

@@ -147,6 +147,8 @@ def run_django(*args, **kwargs):
         for filename in os.listdir(TEST_RUNNER_PATH):
             sys.stdout.write('\n')
             sys.stdout.write(filename)
+        for filename in os.listdir(os.path.join(TEST_RUNNER_PATH, 'testproject')):
+            sys.stdout.write('\ntestproject/{}'.format(filename))
         raise Exception()