Named unittests
Dejan Lekic
dejan.lekic at gmail.com
Mon May 20 15:06:15 UTC 2019
On Monday, 20 May 2019 at 09:32:38 UTC, Jacob Carlborg wrote:
>
> No, not good enough. It should not required to edit the code
> when selecting which tests to run.
+1
This is one of the things I needed many times...
What I did in the past was to extract the function and unittest
or unittests I currently work on in a separate module, and once I
am done I move them to the right place.
More information about the Digitalmars-d
mailing list