========================= Writing Python Unit Tests ========================= openWNS uses the standard Python unit test framework. Quickstart ---------- Each of your test module can have an arbitrary name. However, it must be inside a directory called ``tests``. .. literalinclude:: ../../../.createManualsWorkingDir/wns.simulatorTest.unittest.example :linenos: