Unittests require some mechanism to execute them. Druntime provides this capability by default.
You can do it manually by using ``__traits(getUnitTests)`` to get access to the symbols.
Personally I just use full D for unittests.
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Sun, 04 Jun 2023 13:46:30 -0700
Unittests require some mechanism to execute them. Druntime provides this capability by default.
You can do it manually by using ``__traits(getUnitTests)`` to get access to the symbols.
Personally I just use full D for unittests.