https://github.com/v3ron/imhotest
A framework for architectural testing in TypeScript - describe rules using descriptive API and verify them automatically.
https://github.com/v3ron/imhotest
architecture testing typescript
Last synced: 8 months ago
JSON representation
A framework for architectural testing in TypeScript - describe rules using descriptive API and verify them automatically.
- Host: GitHub
- URL: https://github.com/v3ron/imhotest
- Owner: V3RON
- License: mit
- Created: 2024-03-03T17:20:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T18:28:56.000Z (over 2 years ago)
- Last Synced: 2025-03-01T18:34:32.960Z (over 1 year ago)
- Topics: architecture, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Imhotest
With Imhotest, you can easily verify architectural rules in your TypeScript application.
You no longer need to remember all the rules and manually check them during each code review.
Simply use the user-friendly filter and assertion system to describe the rules, then call
Imhotest in your favorite test runner and let it do the work for you.
## Notice
Imhotest is **not yet ready for use in a production project**.\
Its API has not been stabilized yet, and it is highly likely to undergo changes.
## Getting started
No instructions yet!
## License
Imhotest is published under the [MIT License](https://github.com/V3RON/Imhotest/blob/master/LICENSE).