Testing - madscatt/sasmol GitHub Wiki
A thorough testing suite is available in test_sasmol in the src/python directory. All tests should be done in your checked out branch prior to pushing a commit.
> cd src/python/test_sasmol
> nosetests
Using the nosetests binary that is installed in the python version you using to develop sasmol.
Approximately 95% of the methods in the package have both unit and integration tests. Before release the testing suite will have complete coverage.
Pull requests will be accepted only if all tests pass and a review of the code establishes that appropriate coding guidelines have been followed.
Pylint is used to evaluate code and find potential bugs in the library.