Skip to content

Conversation

@molovo
Copy link
Member

@molovo molovo commented Feb 25, 2017

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. (Add support for running individual tests  #46)
  • Source code has now been separated into files to make development easier, and is now compiled on install for a speed boost. (Separate source code into separate files #47)
  • The indicator for 'skipped' tests is now clearer. (55c35c7)

Bugfixes

  • Fixes some bugs in the run helper which stopped the $lines variable being populated within tests. (862dacc and cc9bbae)
  • Fixes the way @teardown functions are handled to ensure they also run when a test fails or errors. (09ea300)

NOTE Due to the new compilation step, installation with Zulu will break until Zulu v1.2.0 is released.


  • Update Documentation
  • Bump Version

molovo and others added 2 commits February 25, 2017 11:42
Syntax: `zunit /path/to/file.zunit@'The test name'`

Fix #46
Add support for running tests within a file individually
@molovo molovo mentioned this pull request Feb 25, 2017
@molovo molovo merged commit 4be0cac into master Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants