478 Views
Ruby, Python, Perl, Node, and Clojure all have, to varying degrees, a unified story for defining a project, translating its source code into runnable code, running a test suite, building distributable packages, and resolving and installing a project or package’s dependencies. These stories just work across all supported platforms. Setting up a cross-platform open source .NET project is non-trivial. ...
What test runner is being used for the Nunit tests?