Something like: ``` @pytest.mark.run_before(test_name='test_foo') def test_bar(): assert True ``` I welcome ideas for different / better APIs.