sol-lang/sol

Testing Framework

Closed this issue · 1 comments

Implementing a testing framework for the language would be able to allow package and language developers to be able to show their code does what they want it to do. I'm used to Ruby's testing style with frameworks such as RSpec, but we can look into how the framework should work and/or be designed.

I would certainly like to add this as a package once a protocol for packages is decided upon.