iloads-cyclicity/cyclic_contracts_test.py

15 lines
189 B
Python
Raw Normal View History

2017-06-30 03:42:34 +00:00
import unittest
import cyclic_contracts
class CyclicTest(unittest.TestCase):
"""docstring for CyclicTest."""
def test_loads():
if __name__ == '__main__':
unittest.main()