Steve Baker Beepscore LLC
Record info about Python challenge game.
http://www.pythonchallenge.com/
https://groups.google.com/forum/#!forum/python-challenge
http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html
https://docs.python.org/3/library/unittest.html
http://stackoverflow.com/questions/1732438/how-to-run-all-python-unit-tests-in-a-directory
Click on button "Click here to get challenged. Navigates to puzzle 0.
See puzzle0.py and test_puzzle0.py
See puzzle1.py and test_puzzle1.py
To run tests in terminal, cd to top level directory that contains subdirectory test
➜ python_challenge git:(master) ✗ python3 -m unittest discover test
......
----------------------------------------------------------------------
Ran 6 tests in 0.001s
OK
Web page hint To see the solutions to the previous level, replace pc with pcc, i.e. go to: http://www.pythonchallenge.com/pcc/def/ocr.html