nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.59k stars 1.47k forks source link

unittest improvements #5114

Open FedericoCeratto opened 7 years ago

FedericoCeratto commented 7 years ago

A couple of ideas that could be implemented in unittest or dedicated tools/libs:

Test execution (it could be run though Nimble):

FedericoCeratto commented 7 years ago

Some improvements in #4639

FedericoCeratto commented 7 years ago

A new tool for test discovery and run: https://github.com/FedericoCeratto/nim-testrunner

FedericoCeratto commented 7 years ago

JUnit implemented in #5556

narimiran commented 6 years ago

Any recent news on this one?