1,760
edits
Changes
→Tests and Test results
== Tests and Test results ==
You must name your class definition python script for Date as <code>a2_class.py</code>. The following test scripts tests in an interactive python sessions are for testing your class definition. The assignment test scripts can script called "checkA2P.py" should be used to test the date objects created by using once your Date classpasses all the interactive tests.
Please review those tests that failed and try to fix it in your class definition to address any bugs you may have.