Tried again all unittesting:

(there is only one error.)

deavid:~/git/soya/soya/test$ python unittest_events.py
........E
======================================================================
ERROR: test_queue_event (__main__.EventsTC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "unittest_events.py", line 69, in test_queue_event
    self.assertIn(DOWN_LEFT, self.main_loop.raw_events)
AttributeError: 'EventsTC' object has no attribute 'assertIn'

----------------------------------------------------------------------
Ran 9 tests in 1.757s

FAILED (errors=1)
deavid:~/git/soya/soya/test$ python unittest_geom.py
..
----------------------------------------------------------------------
Ran 2 tests in 0.010s

OK
deavid:~/git/soya/soya/test$ python unittest_gravity.py
..
----------------------------------------------------------------------
Ran 2 tests in 0.012s

OK
deavid:~/git/soya/soya/test$ python unittest_init.py
....
----------------------------------------------------------------------
Ran 4 tests in 2.423s

OK
deavid:~/git/soya/soya/test$ python unittest_ode_body.py
........
----------------------------------------------------------------------
Ran 8 tests in 4.617s

OK
deavid:~/git/soya/soya/test$ python unittest_render.py
...
----------------------------------------------------------------------
Ran 3 tests in 2.634s

OK
deavid:~/git/soya/soya/test$ python unittest_task.py
..
----------------------------------------------------------------------
Ran 2 tests in 1.059s

OK
deavid:~/git/soya/soya/test$ python unittest_time.py
...
----------------------------------------------------------------------
Ran 3 tests in 1.759s

OK

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to