mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2025-12-07 20:08:45 +00:00
New year, new round of knowit julekalender. Starting this year off a bit late, but lets see how many I can complete 🎉🎅
This commit is contained in:
@@ -1,11 +1,2 @@
|
||||
from luke_03.steganography import main
|
||||
|
||||
def test_answer():
|
||||
answer = 'Steganography is awesome and you Knowit!'
|
||||
output = main()
|
||||
print(output)
|
||||
print(answer in output)
|
||||
if answer in output:
|
||||
assert True
|
||||
else:
|
||||
assert False
|
||||
assert False
|
||||
|
||||
Reference in New Issue
Block a user