Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/razetime/bqn-unit
- Owner: razetime
- Created: 2023-01-26T17:13:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T17:44:19.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T09:40:14.733Z (6 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bqn - bqn-unit
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.