feat: add test framework with coverage support (#1518)

* feat: test framework with coverage support

* feat: clean up

* fix: dangling else block

* feat: implement show set

* feat: implement show replace content

* feat: compare framework

* feat: preserve extension

* feat: exit 1 if failed testing

* docs: update docs about it

* docs: wording

* docs: wording

* docs: wording
This commit is contained in:
Myriad-Dreamin 2025-03-17 22:41:33 +08:00 committed by GitHub
parent c67b2020e5
commit b4e5f4ff62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1063 additions and 109 deletions

View file

@ -12,6 +12,7 @@ pub mod analysis;
pub mod docs;
pub mod package;
pub mod syntax;
pub mod testing;
pub mod ty;
mod upstream;