https://github.com/dan149/testismframework
Testism is a concept that allows software which architecture follows the Testism Tenets to be debugged in a safer and faster way.
https://github.com/dan149/testismframework
Last synced: 2 months ago
JSON representation
Testism is a concept that allows software which architecture follows the Testism Tenets to be debugged in a safer and faster way.
- Host: GitHub
- URL: https://github.com/dan149/testismframework
- Owner: Dan149
- License: other
- Created: 2024-12-04T16:35:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:08:39.000Z (6 months ago)
- Last Synced: 2025-02-08T22:28:26.376Z (4 months ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Testism Framework
## Framework for software testing and debugging.
Purpose:
- Be accessible through shared libraries for language compatibility.
- Allow testing of executable files through a runtime environment (?).
- Allow testing based on hardware failure simulation (runtime).
- Decrease debugging time.
- Increase debugging efficiency.
- Be widely accessible by a well-documented API.
- Be self-tested.
- Be Accessible to all.__Note:__ Please read the [Testism Manifesto](TheTestismManifesto.md).
### Near-future goals:
- Build a community of like-minded software engineers.
- Finish the conception of the Testism Manifesto to clearly define what this project is and will be part of.
- Make first testing capabilities.