Skip to content

Commit

Permalink
scripts -> tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsankar4033 committed Aug 7, 2020
1 parent 8b8079d commit db812ff
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
from lib.console import ConsoleWriter
from lib.instance_configs import DEFAULT_ARGS

TESTS_DIR = 'scripts'
TESTS_DIR = 'tests'

def all_test_files():
tests = []
for root, dirs, files in os.walk(TESTS_DIR):
# skip files in top-level
if root == 'scripts':
if root == 'tests':
continue

tests.extend([f'{root}/{f}' for f in files if f.endswith('.py')])
Expand Down
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.
File renamed without changes.
File renamed without changes.

0 comments on commit db812ff

Please sign in to comment.