Support ContractTest
This commit is contained in:
parent
55cc962665
commit
bda506a2c0
|
@ -63,7 +63,7 @@ TEST_PATTERN: re.Pattern = re.compile(
|
|||
+ r'(?:'
|
||||
+ PATTERN_DISPLAY_NAME_1
|
||||
+ r'\s*)?'
|
||||
+ r'@(?P<annotation>Test|BeforeEach|ParameterizedTest)\s*'
|
||||
+ r'@(?P<annotation>Test|BeforeEach|ParameterizedTest|ContractTest(\([^\n]*\))?)\s*'
|
||||
+ r'(?:'
|
||||
+ PATTERN_DISPLAY_NAME_2
|
||||
+ r'\s*)?'
|
||||
|
|
Loading…
Reference in New Issue
Block a user