Genetic Turmit Evolver
python
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_cturmit.py 136B

12345678
  1. import unittest
  2. import cturmit
  3. class CTurmitTestCase(unittest.TestCase):
  4. def test_init(self):
  5. ct = cturmit.CTurmit()