Remi Bernotavicius
Remi Bernotavicius
**Use Cases** I am running some test which is failing but I want to debug it easily using a debugger. `pytest` supports this kind of thing via the `--pdb` CLI...
**Use Cases** There are a few different flags you can pass to `pytest` that print information potentially useful during the course of test development. These are the following - `--markers`:...
See discussion from #379 **Use Cases** Perhaps this is useful when jobs are stuck in the pending state, but I'm not so sure when that will happen in reality outside...