set up day 01
This commit is contained in:
parent
3f21aab6d7
commit
e268519cc5
4 changed files with 1033 additions and 0 deletions
13
day_01/test_program.py
Executable file
13
day_01/test_program.py
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import program
|
||||
import unittest
|
||||
|
||||
|
||||
class TestThing(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue