* Implements an extension to frktest's `lune_console_reporter` for
displaying status of individual running test cases and suites -- with
colors :O!
* Include mechanism for running select tests using the test runner
script.
Previously, if the ordinal contained dots (like 1.2.3-beta.3.4.5),
although it was invalid, an error would not be returned, which was
problematic. This has now been fixed.
Test cases are also included to prevent future regressions.