Commit 1338ac4f authored by Vincent Pelletier's avatar Vincent Pelletier

test: Make executable as a module.

Allows running tests without setup.py around.
parent c422df78
...@@ -1560,3 +1560,6 @@ class CaucaseTest(unittest.TestCase): ...@@ -1560,3 +1560,6 @@ class CaucaseTest(unittest.TestCase):
), ),
0, 0,
) )
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