As we added custom pytest markers for unit and integration tests, we want to update the test workflows to accept the markers to run the tests according to context. We can separate out the unit and integration test runs.
Acceptance Criteria
Update the test workflows to make use of the custom pytest markers.
All the tests should pass successfully as expected.
Description
As we added custom pytest markers for unit and integration tests, we want to update the test workflows to accept the markers to run the tests according to context. We can separate out the unit and integration test runs.
Acceptance Criteria
Update the test workflows to make use of the custom pytest markers. All the tests should pass successfully as expected.