wrmacdonald / gift-app

1 stars 0 forks source link

allow running tests from terminal #30

Closed mgnielsen1 closed 2 years ago

mgnielsen1 commented 2 years ago

flattened project structure removed upper database folder since it is not needed with mysql updated start.sh to remove sqlite database reference created run_tests.sh file

to run tests from active venv: (run each command in a separate terminal window) python3 app.py python3 -m unittest

to run tests without venv: (run each command in a separate terminal window) ./start.sh ./run_tests.sh