Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyako/unit-test
Component to run unit tests on classes
https://github.com/miyako/unit-test
4d-action 4d-component 4d-workflow cicd tool4d
Last synced: about 2 months ago
JSON representation
Component to run unit tests on classes
- Host: GitHub
- URL: https://github.com/miyako/unit-test
- Owner: miyako
- License: mit
- Created: 2024-03-06T11:35:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T04:10:06.000Z (4 months ago)
- Last Synced: 2024-08-22T04:25:36.870Z (4 months ago)
- Topics: 4d-action, 4d-component, 4d-workflow, cicd, tool4d
- Language: 4D
- Homepage: https://miyako.github.io/4d-component-unit-test/
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![version](https://img.shields.io/badge/version-20%20R6%2B-E23089)
[![license](https://img.shields.io/github/license/miyako/unit-test)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/unit-test/total)# UnitTest
Run Unit Tests
## dependencies.json
```json
{
"dependencies": {
"unit-test": {
"github": "miyako/unit-test",
"version": "^0.0.10"
}
}
}
```Based on original work by **Abdelhafid El Hour**.
## Documentation
[`UTest`](https://github.com/miyako/unit-test/blob/main/unit-test/Documentation/Classes/UTest.md)
## Similar Projects
* [vdelachaux/unit-tests-with-Classes](https://github.com/vdelachaux/unit-tests-with-Classes)
* [AJARProject/AJ_Tools_UnitTest](https://github.com/AJARProject/AJ_Tools_UnitTest)