How do you run a selected test with dlangvs?

Andre Pany andre at s-e-a-p.de
Mon Jan 4 09:29:45 UTC 2021


On Sunday, 3 January 2021 at 23:40:37 UTC, 12345swordy wrote:
> I am trying to run a selected test instead of all of the tests. 
> Any ideas on how to do so?

I am pretty satisfied with this unit test framework 
https://code.dlang.org/packages/d-unit.

You can filter the tests and with latest version it also supports 
to activate/deactivate tests based on environment variables / 
operation system or boolean conditions (same attributes like in 
JUnit 5).

Kind regards
Andre


More information about the Digitalmars-d mailing list