Commit 64304fbe authored by WillBrennan's avatar WillBrennan

added dummy test

parent 38ead148
import unittest
class BasicTestSuite(unittest.TestCase):
def test_dummy(self):
assert True
if __name__ == '__main__':
unittest.main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment