`setup` and `teardown` deprecation warning
The setup and teardown methods are nose specific methods, which will is deprecated. These should be replaced with setup_method and teardown_method, see here for details.
The setup and teardown methods are nose specific methods, which will is deprecated. These should be replaced with setup_method and teardown_method, see here for details.