- **API**: add a `present` matcher which is a new alias for `anything` - **API**: fix extra ' ' character in check description generated by `*_that_entry` functions - **lcc run**: `--help` improvements - **lcc show**: do not add a trailing ':' when displaying the suite path (to make it easier to cut & paste)
0.16.3
- **API**: fix bad tests order in the case they are declared as functions of a module - **under the hood**: huge refactoring of unit tests
0.16.2
- **reporting**: add a new default reporting directory creation strategy: rotate and remove former report directories when creating a new report
0.16.1
- **CLI**: rename --on-report CLI argument into --from-report - **CLI**: in lcc diff, improve test status changes handling - **CLI**: in lcc report, make test path filter argument non-positional
0.16.0
- **CLI**: add `lcc diff` command to compare two reports - **CLI**: add `--on-report` argument to base filter on tests in report instead of tests in project - **under the hood**: improve lemoncheesecake.testtree API by using generators and properties
0.15.6
- **HTML report**: fix line wrap for check description and details