- 授权协议: LGPL
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://cpntr.codeplex.com/
软件介绍
ConsoleUnitTestsRunner (Console parallel nunit tests runner) 是一个小工具,用来在控制台上并行的运行 nunit 测试用例,并给出运行报告。
命令行参数:
-p=N - specify process count, by default N = cpu cores count -clone - clone unit tests folder, by default false -copyMasks=a;b - file masks to copy, by default =.dll;.config -sync - enable sync for unit tests, by default false -dirToCloneTests=path - folder to clone tests, by default %temp% -commandBeforeTestsRun=exePath - command to run before execute tests, but after it clone , by default empty -startDelay=N - delay before test starts, by default 0 -prefetch - use test run time statistic to optimize tests separation, by default false -teamcity - teamcity inteagration: will show test progress, by default false NUnit compatible arguments: /include=a1;a2 - include only tests with specified categories /exclude=a1;a2 - exclude all tests with specified categories /xml=path path for xml report, by default empty /output:path path for tests output, by default empty /labels Label each test in stdOut, by default false /noshadow Do nothing (for now) /nologo Do not display the logo, by default false /help Display this page /wait wait for input key after at the end, by default false /timeout /nothread.
Python核心编程(第3版)
[美] Wesley Chun / 孙波翔、李斌、李晗 / 人民邮电出版社 / 2016-5 / CNY 99.00
《Python核心编程(第3版)》是经典畅销图书《Python核心编程(第二版)》的全新升级版本,总共分为3部分。第1部分为讲解了Python的一些通用应用,包括正则表达式、网络编程、Internet客户端编程、多线程编程、GUI编程、数据库编程、Microsoft Office编程、扩展Python等内容。第2部分讲解了与Web开发相关的主题,包括Web客户端和服务器、CGI和WSGI相关的We......一起来看看 《Python核心编程(第3版)》 这本书的介绍吧!
