文件名称:cotton:Markdown测试规范亚军
文件大小:77KB
文件格式:ZIP
更新时间:2024-05-30 13:01:16
Go
棉布 Markdown测试规范运行程序。 这个项目最初是受启发的。 基于RESTful API Markdown的可执行文档规范。 安装 自制软件/ Linuxbrew brew tap chonla/universe brew install cotton 从来源 go get github.com/chonla/cotton 升级 brew upgrade 用法 cotton [-u < base-api-url > ] [-i] [-d] [-s] < directory> $ cotton Usage of cotton: cotton [-u < base-url > ] [-i] [-d] [-w] [-p name1 = value1] [-p name2 = value2] ... < test> test-cases can
【文件预览】:
cotton-master
----.gitignore(99B)
----go.mod(191B)
----guide()
--------TestSetups.md(496B)
--------Captures.md(1KB)
--------Assertions.md(2KB)
--------Examples.md(135B)
--------Actions.md(3KB)
--------Testcases.md(343B)
--------README.md(296B)
--------Comments.md(578B)
--------TestTeardowns.md(456B)
----testsuite()
--------testsuites.go(2KB)
--------task.go(3KB)
--------testcase.go(5KB)
--------config.go(131B)
--------testsuite.go(651B)
--------teststat.go(103B)
----Makefile(58B)
----markdown()
--------iterator_test.go(17B)
--------iterator.go(2KB)
--------markdown_test.go(2KB)
--------markdown.go(2KB)
--------element_test.go(3KB)
--------element.go(5KB)
----main_test.go(2KB)
----go.sum(3KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----examples()
--------local()
--------httpbin()
--------odata()
--------static()
--------injected()
--------cookies()
--------error()
--------upload()
--------google()
----main.go(4KB)
----README.md(2KB)
----parser()
--------testsuite_test.go(12KB)
--------file.go(486B)
--------file_test.go(876B)
--------string_test.go(2KB)
--------string.go(1KB)
--------testsuite.go(6KB)
----cotton()
--------cotton.go(2KB)
--------cotton_test.go(5KB)
----response()
--------response.go(2KB)
----referrable()
--------referrable_test.go(9KB)
--------referrable.go(4KB)
----assertable()
--------matcher.go(4KB)
--------matcher_test.go(16KB)
--------assertable.go(1KB)
--------assertable_test.go(4KB)
----build.sh(278B)
----request()
--------requester.go(4KB)
--------optioner.go(523B)
--------requester_test.go(6KB)
--------deleter.go(520B)
--------poster.go(572B)
--------file.go(896B)
--------putter.go(570B)
--------getter.go(511B)
--------patcher.go(577B)