Changes

Jump to: navigation, search

OPS435 Python3 Assignment 2P

No change in size, 18:27, 7 November 2019
Tests and Test results
== Tests and Test results ==
You must name your class definition python script for Date as <code>a1_class_ida2_class_id].py</code>. The following examples assumes that the student_id is rchan. This test script is for testing your class defination. The test script accepts two command line arguments, the first one is the date in "YYYY/MM/DD" format, and the second one is the number of day from the given date, a positive value indicates the number of days after the given date, and a negative value indicates the number of days before the given date. There is an optional flag called --step which causes the program to print out all dates between the given date and the target date. If the "YYYY/MM/DD" format is broken, the test script is responsible for handling the format error. Invalid months (>12) or invalid days of month(different for each month), should be detected in your Date class code. For examples:
* <b><code>python3 a1_rchan.py 2019/01/01 1</code></b>, and the output should be<br />
2019/01/02
1,760
edits

Navigation menu