LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Improve/add scripts for running tests etc. #97

Closed LewisGaul closed 2 years ago

LewisGaul commented 4 years ago

So far we have:

Could add scripts for setting up venv, bumping version, running black & isort [checks]... Windows as well as bash? Use (or wrap in) Python? Single executable for all project-related tasks?


minegauler {run [<opts>] |
            test [<pytest args>] |
            dev {bumpversion <args> | release | package}}
LewisGaul commented 2 years ago

Closing as we have run.bat and run.sh now instead of run-tests. There are still improvements that could be made, but that can be tracked in a new issue if it's considered important enough to track at all...