Skip to content

Commit

Permalink
move script run into the test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jun 22, 2023
1 parent b0410d2 commit a4de833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_run_all.py → tests/script_run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ def main():
)


def test_run_whole():
if __name__ == "__main__":
main()
4 changes: 2 additions & 2 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from neural_network_model.process_data import Preprocessing


@pytest.mark.skip
@pytest.mark.skip(reason="no way of currently testing this")
def test_run():
# check if a dir name test_resouces exists if not create one
# check if a dir name test_resources exists if not create one
if not os.path.exists(Path(__file__).parent / "test_resources"):
os.mkdir(Path(__file__).parent / "test_resources")

Expand Down

0 comments on commit a4de833

Please sign in to comment.