According to pytest documentation:
unittest.TestCase methods cannot directly receive fixture function
arguments as implementing that is likely to inflict on the ability to
run general unittest.TestCase test suites.
According to pytest documentation:
unittest.TestCase methods cannot directly receive fixture function
arguments as implementing that is likely to inflict on the ability to
run general unittest.TestCase test suites.