dstep icon indicating copy to clipboard operation
dstep copied to clipboard

Could we use unit-threated as testing framework?

Open ciechowoj opened this issue 7 years ago • 2 comments

@jacob-carlborg what do you think about using https://github.com/atilaneves/unit-threaded as unit testing framework for dstep.

We have quite a lot of unit tests and having an ability to name them and run selectively would be quite a time saver. Currently when unit test fails you need to isolate it to debug it which is pain. I haven't used this library before but at first look it look nice (I've just found it in mentioned in the most recent article on The D Blog) and doesn't seems to be very invasive so we could just give a shoot.

I know that we were cutting on dependencies last year, but this time is different: the library I'm proposing looks like finished product, it has a dub package and we could get rid of it at any time given it didn't fulfill its purpose.

ciechowoj avatar Oct 20 '17 19:10 ciechowoj

I have been using unit-threaded for a while, I can recommend it over using just built-in features.

russel avatar Oct 21 '17 05:10 russel

I've used it as well, go for it.

jacob-carlborg avatar Oct 21 '17 13:10 jacob-carlborg