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

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.

Awesome Lists containing this project

README

          

![GitHub License](https://img.shields.io/github/license/v3ron/imhotest)

# 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).