mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2025-10-29 17:50:18 +00:00
Added testing with pytest and support for travis ci. Also added requirements file.
This commit is contained in:
6
tests/test_luke04.py
Normal file
6
tests/test_luke04.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3.6
|
||||
|
||||
from luke_04.not_pal_but_an import main
|
||||
|
||||
def test_answer():
|
||||
assert main() == 111
|
||||
Reference in New Issue
Block a user