Skip to content

Commit

Permalink
move tests to a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa committed Dec 10, 2023
1 parent 577cb47 commit ae8eab6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
pip install -r requirements.txt

test:
python -m unittest discover -v
python -m unittest discover -v -s tests

format:
black .
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ae8eab6

Please sign in to comment.