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