Actions
grading_rules #15346
opendata=[{'de name=时间管理系
Status:
New
Priority:
Normal
Assignee:
-
Start date:
02/05/2025
Due date:
% Done:
0%
Estimated time:
name:
时间管理系统评分规则
data:
- desc: 是否实现了 TimeManager 类,并提供了记录任务时间消耗的功能,包含得2分,否则得0分。
max: 2
min: 0
name: 是否实现了 TimeManager 类
- desc: 是否在 TimeManager 类中实现了记录任务时间的方法(如 add_time(task, time)),包含得2分,否则得0分。
max: 2
min: 0
name: 是否实现了记录任务时间的方法
- desc: 是否在 TimeManager 类中实现了获取所有任务总时间的方法(如 get_total_time()),包含得2分,否则得0分。
max: 2
min: 0
name: 是否实现了获取总时间的方法
- desc: 是否在 TimeManager 类中处理了无效时间(如负时间),包含得2分,否则得0分。
max: 2
min: 0
name: 是否处理了无效时间
- desc: 是否使用 pytest 编写了测试用例,验证记录任务时间的功能,包含得2分,否则得0分。
max: 2
min: 0
name: 是否测试了记录任务时间
- desc: 是否使用 pytest 编写了测试用例,验证获取所有任务总时间的功能,包含得2分,否则得0分。
max: 2
min: 0
name: 是否测试了获取总时间
- desc: 是否使用 pytest 编写了测试用例,验证无效时间的处理(如负时间),包含得2分,否则得0分。
max: 2
min: 0
name: 是否测试了无效时间处理
No data to display
Actions