pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

Implement tag handling #34

Closed pdl closed 11 years ago

pdl commented 11 years ago

It should be possible to tag test cases with strings, e.g.requires_connection, so that they can be skipped.

The TestRunner would then be configured with a blacklist of tags to ignore.

pdl commented 11 years ago

b3ef0f2 on the Tags branch completes the implementation of this.