You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration-tests still use the old unittest framework. We should switch to pytest.
Acceptance Criteria
Create pytest fixtures for the common startup and teardown function in the integration test
The fixtures should yield the ExaslctTestEnvironmentWithCleanUp / ExaslctApiTestEnvironmentWithCleanup objects and run cleanup() after on teardown.
The text was updated successfully, but these errors were encountered:
Background
The integration-tests still use the old
unittest
framework. We should switch topytest
.Acceptance Criteria
The fixtures should yield the
ExaslctTestEnvironmentWithCleanUp
/ExaslctApiTestEnvironmentWithCleanup
objects and runcleanup()
after on teardown.The text was updated successfully, but these errors were encountered: