From 0520346ac0879e627e9d3c478f9167c85a53d63c Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Mon, 17 Jan 2022 09:55:25 +0800 Subject: Add one integration test case and adjust analyze.py --- .../2students-lab-project-exam-3objectives/tasks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/integration/2students-lab-project-exam-3objectives/tasks.json (limited to 'test/integration/2students-lab-project-exam-3objectives/tasks.json') diff --git a/test/integration/2students-lab-project-exam-3objectives/tasks.json b/test/integration/2students-lab-project-exam-3objectives/tasks.json new file mode 100644 index 0000000..9195fa6 --- /dev/null +++ b/test/integration/2students-lab-project-exam-3objectives/tasks.json @@ -0,0 +1,14 @@ +{ + "course.objectives":["co1", "co2", "co3"], + "tasks":{ + "lab":{ + "co1":30 + }, + "project":{ + "co2":20 + }, + "exam":{ + "co3":50 + } + } +} -- cgit v1.2.1