Tagging PyTest Tests
Posted on Tue 22 May 2018 in TDDA • Tagged with tests, tagging
A recent post
described the new ability to run a subset of ReferenceTest
tests
from the tdda library
by tagging tests or test classes
with the @tag
decorator.
Initially, this ability was only available for unittest
-based tests.
From version 1.0 of the tdda library,
now available,
we have …