morse-simulator / morse

The Modular OpenRobots Simulation Engine
http://morse-simulator.github.io/
Other
356 stars 155 forks source link

[testing] replace all assertTrue by relevant test #690

Closed PierrickKoch closed 8 years ago

PierrickKoch commented 8 years ago

to get usefull test report, example:

assertTrue(x > C) -> assertGreater() assertTrue(x in dict) -> assertIn() etc...

https://docs.python.org/2/library/unittest.html#test-cases