Closed kentcb closed 9 years ago
This PR fixes #11 by filtering against the test's UniqueName rather than its DisplayName. Since the unique name includes the fixture name, this makes it possible to filter by the fixture.
UniqueName
DisplayName
Ah, damn it. I merged #7 and #9 into my master and now they're appearing in this PR. Hmmm...
EDIT: think I managed to correct this. Let me know if there are issues with this or any of the other PRs.
This PR fixes #11 by filtering against the test's
UniqueName
rather than itsDisplayName
. Since the unique name includes the fixture name, this makes it possible to filter by the fixture.