Maximilian Roos
Maximilian Roos
Sorry, I missed this. @snth — do we want to do this? I'm a big fan of `prql-query`, but we should ensure you're advocating for more folks to use it...
Agree, this would be a great config. This would match the `--looponfail` behavior
@carver that's a great idea. To confirm - `-x` runs _one_ failed test, not all the failed tests; is that correct?
Yes, and then the next iteration runs only that single test, as opposed to looping over the failed tests?
Perfect, thanks for clarifying. For comparison, `--looponfail` would do: - A - pass - B - fail - C - fail - D - fail Then you try to fix...
If you run with `-it`, does that help? I have no problem running with docker-compose
I'm currently having some issues when running _two_ containers concurrently FWIW
This may be due to the `wait` argument implicit in `pdb`?
Would you take a PR to adjust the `--pdb` change to only affect ptw's behavior if a ptw argument, rather than a pytest argument? With the associated documentation
This seems to have reverted to the first behavior in `4.2.0`, which is a shame. Is there any way to get the second?