Skip to content

Commit af674ab

Browse files
committed
Detect the 'partition' token during filter element parsing
This adds support for a new PartitionFilter at nunit/nunit#4392
1 parent 8f472b0 commit af674ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NUnitEngine/nunit.engine/Services/TestSelectionParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public string ParseFilterElement()
126126
case "name":
127127
case "test":
128128
case "namespace":
129+
case "partition":
129130
Token op = lhs.Text == "id"
130131
? Expect(EQ_OPS)
131132
: Expect(REL_OPS);

0 commit comments

Comments
 (0)