testify:使用您选择的断言在 CoffeeScript 中进行简单的异步测试

时间:2024-07-19 13:18:03
【文件属性】:

文件名称:testify:使用您选择的断言在 CoffeeScript 中进行简单的异步测试

文件大小:365KB

文件格式:ZIP

更新时间:2024-07-19 13:18:03

JavaScript

作证 使用您选择的断言进行简单的同步和异步测试。 用 CoffeeScript 编写(并且最容易使用)。 基本用法 Testify = require " ../src/testify " assert = require " assert " Testify . test " straightforward synchronous testing " , ( context ) -> context . test " arithmetic " , -> assert . equal ( 2 + 2 ), 4 context . test " strings " , -> assert . equal " foo " . toUpperCase (), " FOO " context . test " error handling " , -> er


【文件预览】:
testify-master
----bin()
--------testify(573B)
----package.json(449B)
----Rakefile(2KB)
----LICENSE(1KB)
----src()
--------reporters.coffee(7KB)
--------minfinite.coffee(1KB)
--------testify.coffee(833B)
--------test.coffee(3KB)
--------context.coffee(4KB)
----doc()
--------graph.coffee(454B)
--------passing.png(34KB)
--------timeouts.png(34KB)
--------README.template.md(996B)
--------nested_tests.png(31KB)
--------failing.png(55KB)
--------usage_problems.png(35KB)
--------async_usage.png(35KB)
--------chart.png(101KB)
--------basic_usage.png(33KB)
----examples()
--------timeouts.coffee(743B)
--------failing.coffee(2KB)
--------nested_tests.coffee(384B)
--------basic_usage.coffee(360B)
--------passing.coffee(998B)
--------browser()
--------usage_problems.coffee(664B)
--------async_usage.coffee(2KB)
----.gitignore(13B)
----README.md(2KB)

网友评论