-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
status: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topictopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: feature-branchnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: refactoringinternal improvements to the codeinternal improvements to the code
Milestone
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.
Aaron-Hartwig, samueldg, jkbrzt, tuomas2, spwilson2 and 34 more
Metadata
Metadata
Assignees
Labels
status: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topictopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: feature-branchnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: refactoringinternal improvements to the codeinternal improvements to the code