Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seagreen/jcase
https://github.com/seagreen/jcase
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seagreen/jcase
- Owner: seagreen
- License: mit
- Created: 2014-12-08T23:54:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T22:32:05.000Z (over 9 years ago)
- Last Synced: 2024-10-04T22:23:14.536Z (about 1 month ago)
- Language: Haskell
- Size: 188 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Summary
A dead-simple standard for language agnostic tests.
Jassertions are JSON objects that contain input and output values.
Jcases are JSON objects that contain an array of Jassertions. They can also optionally contain a description string and/or a context JSON value.
Jsuites are JSON objects that contain an array of Jcases. They can also optionally contain a description string.
# Version
Unreleased
# Todo
Write tests for Jsuites as well as Jcases.