Skip to content

Commit

Permalink
test: add tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-code committed Apr 8, 2023
1 parent 448cf08 commit 2f76334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def verify_folders(root, config):
'reports/figures',
'scripts',
'shells',
'tests',
config['module_name'],
f"{config['module_name']}/data",
f"{config['module_name']}/models",
Expand Down Expand Up @@ -96,6 +97,7 @@ def verify_files(root, config):
"scripts/train.py",
"scripts/evaluate.py",
"shells/train.sh",
"tests/__init__.py",
f"{config['module_name']}/__init__.py",
f"{config['module_name']}/data/__init__.py",
f"{config['module_name']}/models/__init__.py",
Expand Down
Empty file.

0 comments on commit 2f76334

Please sign in to comment.