charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

WIP: Prototype of new unit-testing library #121

Closed KCreate closed 7 years ago

KCreate commented 7 years ago

Allows the nesting of describe and it calls. The entire unit-test is represented as a tree structure.

The real time display of test cases is handled via an external visitor class.