Commit graph

5 commits

Author SHA1 Message Date
56b38d04e0
chore(tests): improve test runner system
* 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.
2024-12-02 11:07:59 +00:00
943136bb28
fix(tests): TypeError in basic stringify tests 2024-11-22 05:57:30 +00:00
12cad2ff0b
chore(tests): include basic stringification tests 2024-11-22 05:51:30 +00:00
9bde66aed4
chore(tests): apply formatting 2024-11-21 18:40:10 +00:00
61f80fbf83
feat: implement tostring for SemverImpl
* `SemverImpl:__tostring` - Allows for stringifying a parsed semver instance
* Add TODO comment for future erroring for bad ordinal format
2024-11-21 17:20:48 +00:00