documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Python: Added paragraph that warns about pytest.fixture(scope="session") with test server

Open edmondop opened this issue 4 months ago • 1 comments

What does this PR do?

Addresses #3111 . When running tests in a project I noticed:

  • Time skipping wasn't working even if it was enabled
  • samples-python test never reuse the same workflow environment with timeskipping

This additional paragraph should warn developers familiar with pytest.fixtures not to use the scope session for caching the workflow environment

edmondop avatar Sep 28 '24 16:09 edmondop