Open
Description
Unittest in Python 3.4 added support for subtests, a lightweight mechanism for recording parameterised test results.
At the moment, pytest does not support this functionality: when a test that uses subTest()
is run with pytest, it simply stops at and reports the first failure.
Pytest already supports its own, pytest-specific parametrizing mechanism, but it would be convenient if the pytest runner also supports the standard library's subTest()
functionality.
Metadata
Metadata
Assignees
Labels
developers would like help from experts on this topicrelated to terminal output and user-facing messages and errorsmight present some backward compatibility issues which should be carefully noted in the changelognew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchinternal improvements to the code