Skip to content

Change `setup` and `teardown` methods

Charlie Hoy requested to merge pytest_nose into master

The purpose of this MR is to change the nose specific setup and teardown methods to setup_method and teardown_method. This removes the deprecation warning and fixes #308 (closed).

Merge request reports