Jerry Pussinen

Results 42 comments of Jerry Pussinen

Sounds reasonable, contributions welcome 👍

Thanks for reporting @alexforencich, can you pinpoint which version started causing this? Or can you share the repo in which this is happening?

Thanks for the investigation and sorry for pinging @mbkroese 😅 If it happened between 0.1.6 and 0.2.0 then it's most likely something in https://github.com/jerry-git/pytest-split/pull/14, FYI @sondrelg.

Yeah indeed sounds like we should have some mechanism which ensures that there's at least one test per group (and if splits > len(tests) -> error)

Something similar is happening with celery beat which uses redis backend. The timing matches (938-939 second "breaks"). The difference is that there's no `TimeoutError` or any other exception present but...

Not sure about this one 🤔 This is from the [pytest docs](https://docs.pytest.org/en/latest/explanation/goodpractices.html#tests-outside-application-code): ![Screenshot 2022-08-12 at 10 20 08](https://user-images.githubusercontent.com/30327563/184305050-af60262e-71a7-4588-abc5-ba1e12516181.png) So, I think it should be fine as we are using the...

Thanks for the feedback! The recommended order is defined in the README which is also part of a clone. However, I agree that there would be some benefits if the...

Btw, in addition to the plain README file, you can use this https://jerry-git.github.io/learn-python3/ as index.

Fixed ipytest related things in https://github.com/jerry-git/learn-python3/pull/35