ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Run Full Tests #275

Closed ichabod801 closed 5 years ago

ichabod801 commented 5 years ago

Run the full test code in Python 2.7 and Python 3.6. Fix any errors.

Child of issue #249: Focused Automatic Testing.

ichabod801 commented 5 years ago

I should add a bot test of Mate before running the full tests.

ichabod801 commented 5 years ago

Ran the full tests in 2.7. Got 9 failures and 24 errors. They were in the following files:

ichabod801 commented 5 years ago

Ran the tests in 2.7 successfully.

ichabod801 commented 5 years ago

Ran the tests in 3.6 successfully, except for an import error in wumpus_test.py. Fixed that and checked it in 2.7 and 3.6.