Thanks for your interest in improving Code Quest.
cd "/Users/kyleparker/Documents/code game"
python3 -m unittest discover -s tests -p "test_*.py" -v
python3 main.py- Keep changes focused and documented.
- Add or update tests for behavior changes.
- Keep the beginner-learning experience clear and simple.
- Use descriptive commit messages.