some cleanups
This commit is contained in:
parent
d858da19be
commit
10b611ad6c
4 changed files with 1 additions and 40 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#!/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