Skip to content

1.13.0

Compare
Choose a tag to compare
@dajose dajose released this 05 Oct 16:03
· 26 commits to master since this release

New

  • Ignore the same paths pytest ignores

    When running topology via the pytest plugin, ignore the same paths
    pytest does by using norecursedirs ini option.

    Also move topology plugin configuration to sessionstart as logs on
    pytest are live only after that point.