Skip to content

Add support for writing unit tests

Yorick Peterse requested to merge std-test into master

This MR adds basic support for unit testing. Currently only two assertion methods are added, but more will be added as they are needed. There's also no support for any before / after hooks just yet, nor is there support for defining memoized variables (e.g. let(:foo) { ... } in RSpec). Again, this might be added whenever necessary.

Fixes #100 (closed)

Edited by Yorick Peterse

Merge request reports