Skip to content

Commit 37a005d

Browse files
committed
Correct Makefile commands
1 parent 0eb0355 commit 37a005d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ test_all:
22
python -m unittest discover -v
33

44
test_replit_scrapper:
5-
python -m unittest ./tests/test_replit_scrapper
5+
python -m unittest ./tests/test_replit_scrapper.py
66

77
test_github_archiver:
8-
python -m unittest ./tests/test_github_archiver
8+
python -m unittest ./tests/test_github_archiver.py
99

1010
lint:
1111
flake8

0 commit comments

Comments
 (0)