Transformer for cleaning the tags, by converting them to same case and removing duplicates.
What should be the default case and which other cases to support? Lowercase?
This library seems to be handy if we want to support more cases:
https://pypi.org/project/stringcase/
Optional feature:
With extra option "common_to_force_tags" (temporary name) that would move tags that are repeated in every test case to Force Tags.
Originally posted by @bhirsz in #205 (comment)