Skip to content

Commit 1b03f5a

Browse files
committed
Added P group feature file
1 parent 2b22fcf commit 1b03f5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/features/p_group.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Feature: P Groups
2+
3+
Scenario Outline:
4+
5+
Given the allele as <Allele>
6+
When reducing on the <Level> level (ambiguous)
7+
Then the reduced allele is found to be <Redux Allele>
8+
9+
Examples:
10+
| Allele | Level | Redux Allele |
11+
| B*44:15:01:01 | P | B*44:15P |
12+
| A*02:01:01 | P | A*02:01:01 |

0 commit comments

Comments
 (0)