unit-test:节点单元测试的测试运行器

时间:2024-07-02 00:18:53
【文件属性】:

文件名称:unit-test:节点单元测试的测试运行器

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-02 00:18:53

JavaScript

单元测试 单元测试模块是一个非常轻量级的单元测试运行器,它的创建只是为了满足我在无互联网区域时完成这项工作的需求。 随意分叉并进行改进。 目前你得到: var UnitTest = require('unit-test'), // namespace entity TestSuite = UnitTest.Suite, // the test runner Assertions = UnitTest.Assertions; // selection of assertions to use in tests // run specifically named test files TestSuite.namedFiles('testA.js', 'testB.js'); // find all matching test files and run those Tes


【文件预览】:
unit-test-master
----package.json(611B)
----test()
--------runner.js(68B)
--------runnerTest.js(348B)
--------examples()
--------assertSameTest.js(1KB)
----src()
--------assert.js(5KB)
--------syncTest.js(2KB)
--------testCase.js(3KB)
--------asyncTest.js(2KB)
--------testResult.js(632B)
--------unit-test.js(231B)
--------testSuite.js(3KB)
----.npmignore(80B)
----.gitignore(34B)
----README.md(2KB)

网友评论