How do you run a selected test with dlangvs?

James Blachly james.blachly at gmail.com
Mon Jan 4 03:22:02 UTC 2021


On 1/3/21 6:40 PM, 12345swordy wrote:
> I am trying to run a selected test instead of all of the tests. Any 
> ideas on how to do so?

This is one of the most popular packages on code.dlang.org, although I 
have personally not used it. The documentation indicates that tests can 
be named individually (via attribuets) and run individually or as group(s)

https://code.dlang.org/packages/unit-threaded

This package likewise is also very popular:

https://code.dlang.org/packages/silly


More information about the Digitalmars-d mailing list