* Documentation: added a section about creating the synthesis table from *inside* a test function (fixes [4](https://github.com/smarie/python-pytest-harvest/issues/4)). Also, added a link to a complete example file.
* `get_session_synthesis_dct`:
- `filter` argument can now contain module names (fixed [7](https://github.com/smarie/python-pytest-harvest/issues/7)). Also now the function filters out incomplete tests by default. A new `filter_incomplete` argument can be used to display them again (fixed [#8](https://github.com/smarie/python-pytest-harvest/issues/8)).
- does not output the stage by stage details (setup/call/teardown) anymore by default, but a new option `status_details` allows users to enable them. Fixes [5](https://github.com/smarie/python-pytest-harvest/issues/5)
- has also 2 new options `durations_in_ms` and `pytest_prefix` to better control the output.
* Results bags do not measure execution time anymore since this is much less accurate than pytest duration. Fixes [6](https://github.com/smarie/python-pytest-harvest/issues/6)
See [documentation page](https://smarie.github.io/python-pytest-harvest/changelog/) for details.