monarch_dodra:
> If we do "name" the unittests, then can we name them with
> strings? No need to polute namespace with ugly symbols.
Are UDAs enough?
@uname("foo") unittest {}
What I'd like is to tie one or more unittests to other entities,
like all the unittests of a specific function.
Bye,
bearophile