Does pants acknowledge pytest subtests? I have a u...
# general
b
Does pants acknowledge pytest subtests? I have a use case where outside of pants pytest shows the subtests and executes them all even if one test fails. However if those same tests are run in pants, pants only executes until one fails then aborts the execution. I'm on pants 1.30 currently, but am curious if 1.30 supports subtests, or if subtests may be recognized in newer versions of pants
e
In short, Pants just knows pytest, but you can add plugins to your heart's content.
b
No I didn't, I wasn't aware that you could import pytest plugins as needed. I'll try it out!