- **API**: rank option of testsuite decorator was no longer properly taken into account (regression introduced in 0.7.0)
0.7.1
- **API**: add support for fixtures in setup_suite hook - minor improvements and fixes
0.7.0
- **API**: add support for a new kind of testsuites where the a module can be a testsuite and its functions (properly decorated) the tests - **API**: the public API that must be used to write testsuites is now accessible through lemoncheesecake.api instead of lemoncheesecake - **API**: provide two new generic functions (lemoncheesecake.reporting.{save_report,load_report}) to read and write a report from/into file
0.6.4
- **lcc stats**: show tests percentage - **lcc stats**: display the number of testsuites which have direct tests
0.6.3
- **API**: add a new fixture scope "session_prerun" for fixtures that needs to be executed before the test session is started - **CLI**: various improvements in lcc commands output and error handling - **CLI**: in filters, add support for '*' characters in property values and links (name & URL) - **CLI**: in filters, add support for logical AND and OR
0.6.2
- Fix project load failure when a fixture relies on 'fixture_name'