Skip to content

0.8.0 - Documentation + better filters in `get_session_synthesis_dct`

Compare
Choose a tag to compare
@smarie smarie released this 14 Nov 17:17
  • Documentation: added a section about creating the synthesis table from inside a test function (fixes #4). Also, added a link to a complete example file.

  • get_session_synthesis_dct:

    • filter argument can now contain module names (fixed #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).
    • 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
    • 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

See documentation page for details.