You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
Part of the reason I've been pushing things into core is to test out what
I'm doing. Stacking functions on top of each other ensures that the whole
framework is stable. It's not unit testing, but it does find problems.
However, the repl testing I'm doing can always be neglected, so it would be
nice to automate it a little. A simple file like test.gk could run a series
of assertions, with the expectation that they're all true. It's not much,
but it might be a start.
It seems like this could be extremely useful.
A decent project to start with might be bats: https://github.com/sstephenson/bats
The text was updated successfully, but these errors were encountered: