We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I wrote a test like this:
def test_rcv_request(self): def do_rcv_fanout_test(type, function_name): ... yield do_rcv_fanout_test, "create", "create_it" yield do_rcv_fanout_test, "create", "create_it"
The tests are detected and run but self.setUp() doesn't get run before either test.