From b062e0f2abc189f352e019bac6854f469e9dfc8c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 3 Dec 2021 14:15:14 +0100 Subject: Added tests --- day2/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'day2/__init__.py') diff --git a/day2/__init__.py b/day2/__init__.py index 14229a9..d99a0be 100644 --- a/day2/__init__.py +++ b/day2/__init__.py @@ -17,6 +17,8 @@ class Assignment(BaseAssignment): return list(super().read_input(example)) class AssignmentOne(Assignment): + example_result = 150 + depth = 0 horizontal = 0 @@ -34,6 +36,8 @@ class AssignmentOne(Assignment): class AssignmentTwo(Assignment): + example_result = 900 + aim = 0 depth = 0 horizontal = 0 -- cgit v1.2.3