mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Better project setup, now with a structure UV likes
This commit is contained in:
6
2024/tests/test_harness.py
Normal file
6
2024/tests/test_harness.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aoc import days
|
||||
|
||||
|
||||
def test_harness_works() -> None:
|
||||
runner = days.get_runner(1)
|
||||
assert runner is not None
|
||||
Reference in New Issue
Block a user