Closed ItsDrike closed 4 years ago
Now that pipenv run start
is added, it is no longer necessary to have start.py
script. The file can be removed.
But note that commandbot.service
is using this file to start the systemd service for the bot:
This needs to be updated so that systemd service functionality won't be broken by this deletion
Now that
pipenv run start
is added, it is no longer necessary to havestart.py
script. The file can be removed.But note that
commandbot.service
is using this file to start the systemd service for the bot:This needs to be updated so that systemd service functionality won't be broken by this deletion
Added in ed1357c1888aab0e020b90359634cf4b40dc5e99
Closes #21
Add some "scripts" (aliases) to Pipfile for ease of use:
pipenv run start
for easier starting of the botpipenv run lint
to run full pre-commit check on all filespipenv run precommit
to install pre-commitAlready added scripts from #17 (Unit Tests):
pipenv run test
to run all unittestspipenv run report
to show coverage report of the unittests