Skip to content

Commit

Permalink
Adding insome changes to makefile to start the running of bot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Luckie committed Mar 7, 2024
1 parent 5e8f6d1 commit be048a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ unit_tests: prepare_venv ## Runs the unit tests for pytest
$(PYTEST) -v -s disc_bot/tests/unit_tests


test_bots: prepare_venv check_env
exit 0
bot_tests: prepare_venv check_env
$(PYTHON) -m disc_bot.tests.bot_tests.test_bot_translates

clean:
rm -rf bot_env

0 comments on commit be048a9

Please sign in to comment.