We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb0355 commit 37a005dCopy full SHA for 37a005d
1 file changed
Makefile
@@ -2,10 +2,10 @@ test_all:
2
python -m unittest discover -v
3
4
test_replit_scrapper:
5
- python -m unittest ./tests/test_replit_scrapper
+ python -m unittest ./tests/test_replit_scrapper.py
6
7
test_github_archiver:
8
- python -m unittest ./tests/test_github_archiver
+ python -m unittest ./tests/test_github_archiver.py
9
10
lint:
11
flake8
0 commit comments