-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
topic: marksrelated to marks, either the general marks or builtinrelated to marks, either the general marks or builtintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Milestone
Description
As discussed in #4935 and #4935 (comment):
- Add
--strict-marks
as an alias to--strict
, and use--strict-marks
in the documentation and examples; - Remove the various marks that are used through testing:
foo
,bar
, multiple spellings of parametrize, etc. - After the above, we should try to get rid of
UnknownMarksWarning
in favor ofPytestWarning
; if not, we should then create more subclasses ofPytestWarning
for the other warnings emitted by pytest. - Add integration tests.
Metadata
Metadata
Assignees
Labels
topic: marksrelated to marks, either the general marks or builtinrelated to marks, either the general marks or builtintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch