Skip to content

Commit

Permalink
fix: separate e2e command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdahmed22 authored Jul 20, 2024
1 parent 634bceb commit bbb0cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ run_sever: install_requirements
python3 secretnote/manage.py runserver

run_tests:
python3 secretnote/manage.py test e2etests
python3 secretnote/manage.py test home
python3 secretnote/manage.py test notes

run_e2etests:
python3 secretnote/manage.py test e2etests

run_lint:
pip install pylint
pylint ./secretnote
Expand Down

0 comments on commit bbb0cf1

Please sign in to comment.