mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2025-10-29 17:50:19 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
#!/usr/bin/env python3.6
|
|
|
|
from luke_01.bigram_trigram import main
|
|
|
|
def test_answer():
|
|
assert '5-reasserts' in main()
|