Running the tests ================= Tests for splparser are written as `doctests `_ contained in the ``test`` directory. The ``test`` directory structure mirrors the main code directory structure. To execute all tests, run ``python run-tests.py``. Note that this requires `nose `_. There are currently known test failures representing difficult-to-parse and relatively uncommon situations.