From 98d3f96de1f5ad6e133edba7cbc9f72cd6fde608 Mon Sep 17 00:00:00 2001 From: Morten Hannemose <morten@hannemose.dk> Date: Thu, 5 Oct 2023 10:13:24 +0200 Subject: [PATCH] Update week0 tests --- cp/tests/tests_week00.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cp/tests/tests_week00.py b/cp/tests/tests_week00.py index 9dcdf75..44c5df2 100644 --- a/cp/tests/tests_week00.py +++ b/cp/tests/tests_week00.py @@ -18,8 +18,8 @@ class SayHelloWorld(UTestCase): class Week00Tests(Report): title = "Tests for week 00 (Try to complete this before the course start)" - version = 1.0 - url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests" + #version = 1.0 + #url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests" pack_imports = [cp] individual_imports = [] questions = [(SayHelloWorld, 10)] -- GitLab