Skip to content
Snippets Groups Projects
Commit 98d3f96d authored by Morten Hannemose's avatar Morten Hannemose
Browse files

Update week0 tests

parent af3b89c8
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ class SayHelloWorld(UTestCase): ...@@ -18,8 +18,8 @@ class SayHelloWorld(UTestCase):
class Week00Tests(Report): class Week00Tests(Report):
title = "Tests for week 00 (Try to complete this before the course start)" title = "Tests for week 00 (Try to complete this before the course start)"
version = 1.0 #version = 1.0
url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests" #url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests"
pack_imports = [cp] pack_imports = [cp]
individual_imports = [] individual_imports = []
questions = [(SayHelloWorld, 10)] questions = [(SayHelloWorld, 10)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment