Skip to content
Snippets Groups Projects
  • Yaroslav Dynnikov's avatar
    e5196d3b
    test: make logs prettier · e5196d3b
    Yaroslav Dynnikov authored
    Pytest has a feature to segregate setup, test, and teardown logs. The
    setup phase is considered to be an intialization of the fixtures. In
    order to split logs properly `cluster.deploy()` is now called inside a
    fixture.
    e5196d3b
    History
    test: make logs prettier
    Yaroslav Dynnikov authored
    Pytest has a feature to segregate setup, test, and teardown logs. The
    setup phase is considered to be an intialization of the fixtures. In
    order to split logs properly `cluster.deploy()` is now called inside a
    fixture.