Ed-Fi-Exchange-OSS / LMS-Toolkit

Tools for accessing and analyzing instructional system data
https://techdocs.ed-fi.org/display/EDFITOOLS/LMS+Toolkit
Apache License 2.0
11 stars 12 forks source link

Update the test workflows to respect custom pytest markers #319

Open stephenfuqua opened 9 months ago

stephenfuqua commented 9 months ago

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.