Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seagreen/jcase


https://github.com/seagreen/jcase

Last synced: 13 days ago
JSON representation

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.