Commit 16e521d
fix(testing): deduplicate pytest marks when extracting tags
Prevents duplicate tags when the same marker is applied multiple times
or through plugin interactions. Uses dict.fromkeys() to preserve order
while deduplicating.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent bfd57b0 commit 16e521d
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
846 | 845 | | |
847 | 846 | | |
848 | 847 | | |
| |||
0 commit comments