开发者

mono command line unit testing

开发者 https://www.devze.com 2023-03-11 02:51 出处:网络
I wrote a few nunit tests that I\'ve run successfully in nunit on win7, and via MonoDevelop on my mac.

I wrote a few nunit tests that I've run successfully in nunit on win7, and via MonoDevelop on my mac.

What I'd like to do now is run these tests non-stop (or until I kill it). I can't see any way to tell MonoDevelop to keep running over and over, so I'm trying to do this via the commandline.

Is there a way to run the MonoDevelop testing tool from the command line? I don't need reporting (my tests already report internally), just re-triggering every few minutes.

If there was a commandline 开发者_运维百科tool, I could just wrap it in fabric or a shell script and just run it over and over...


Why don't you just use the normal nunit command line? It is contained with the standard Mono installation, available as nunit-console command.

0

精彩评论

暂无评论...
验证码 换一张
取 消