I really like py.test
, but I am having lots of difficulty understanding how funcargs
work.
Is it possible to use a command line argument or an extension to enable the use of something that performs a similar role to unittest.TestCase.setUp
and unittest.TestCase.tearDown
?