Information for developers#

How to run the tests#

SWSG uses py.test as a library for unittesting. To check whether the test fail or pass, execute the following command (assuming ~/swsg/tests points to a SWSG repository):

py.test ~/swsg/tests --pastebin=failed

If there have been any python tracebacks or other errors, a URL will appear at the end of the output. If this is the case and you use the latest release of SWSG, I will be glad if you open a new issue on the issue tracker on the github repository of SWSG.