Test & Code in Python
Developing Software with Automated Tests
We found 1 episode of Test & Code in Python with the tag “subtest”.
-
111: Subtests in Python with unittest and pytest - Paul Ganssle
May 2nd, 2020 | 48 mins 34 secs
pytest, python, software testing, subtest, unittest
Subtests are a way to continue a test function after an assert fails.
Paul Ganssle and Brian Okken discuss what subtests are, why you might want them, and what to watch out for if you use them.