You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this concept as it would be much easier to maintain sequence of tests by reference rather than having to specify a static sequence number.
i.e. if i have stuff in a static order using numbers then i need to insert another test in between two others then i have a challenge as i may need to renumber all my tests which makes it hard to maintain tests.
My preference is
@pytest.mark.run(before='test_foo')
Something like:
I welcome ideas for different / better APIs.
The text was updated successfully, but these errors were encountered: