JoeSc

Results 4 comments of JoeSc

See https://github.com/JoeSc/pytest-dependency/commit/ca6212e59e98a1a93739351472b18e518f4bbbb2

Issue 1 I could see being solved by adding a unique flag in the mark to avoid confusion `@pytest.mark.dependency(all_previous=True)` Issue 2 I see no way around since all by definition...

How about something like https://github.com/JoeSc/pytest-dependency/commit/79fce26e4418cb982e71af5bbd1e0886c1832872 The change needed to the original post would be adding a "*" after test_a so it would look like ```python @pytest.mark.dependency(depends=["test_a*"]) def test_b(): pass ```

Interestingly the "Time fill in popup" has two "01s" in it ![image](https://user-images.githubusercontent.com/367827/97805715-6e97bf00-1c1d-11eb-8690-5691b9386c18.png) So it looks like "time fill in popup" understands the proper time, might just be how you are...