Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razetime/bqn-unit

Unit testing library for BQN
https://github.com/razetime/bqn-unit

Last synced: 3 months ago
JSON representation

Unit testing library for BQN

Awesome Lists containing this project

README

        

Testing frameworks provide 3 basic features:

- a way to describe the tests you want to run,
- a way to execute those tests,
- a way to report the results of those tests.

unit attempts to do all three of these.