Skip to content

Commit 0eb0355

Browse files
committed
Add Makefile for command line automation
1 parent 6060402 commit 0eb0355

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)