v0.6.0
Features
-
Adds support for running tests individually. Running:
zunit /path/to/file@"The name of a test"
will load that file, but only parse and load the requested test. This is particularly useful when writing slow running tests to avoid running the whole file. (#46)
-
Source code has now been separated into files to make development easier, and is now compiled on install for a speed boost. (#47)
NOTE: Due to the new compilation step, installation with Zulu will require a manual step until Zulu v1.2.0 is released. See the installation instructions.
-
The indicator for 'skipped' tests is now clearer. (55c35c7)