Tag Archives: nosetests

nosetests: setup and teardown methods

nosetests is a tool used to build unit tests in python. Here below, I show an example on how to write a class that will perform some tests (test that a directory that has been created exists indeed). One issue … Continue reading

Posted in Python | Tagged , | Leave a comment