PlayingWithPropertyBasedTestingInClojure:在 Clojure 中使用基于属性的测试

时间:2024-08-06 02:17:19
【文件属性】:

文件名称:PlayingWithPropertyBasedTestingInClojure:在 Clojure 中使用基于属性的测试

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-06 02:17:19

Clojure

bst-基于属性的测试 在二叉搜索树实现上应用基于属性的测试很有趣。 该项目使用 。 如何运行测试 lein midje将运行所有测试。 lein midje namespace.*将只运行以“namespace.”开头的测试。 lein midje :autotest将无限期运行所有测试。 它在代码文件上设置了一个观察者。 如果它们发生变化,则只会再次运行相关测试。


【文件预览】:
PlayingWithPropertyBasedTestingInClojure-master
----.gitignore(50B)
----src()
--------bst_properties_based_testing()
----README.md(467B)
----test()
--------bst_properties_based_testing()
----project.clj(283B)

网友评论