eduNEXT / eox-core

eox-core is a plugin to extend the core functionality in Open edX
GNU Affero General Public License v3.0
15 stars 9 forks source link

feat: add integration tests for the enrollments api `AP-1346` #280

Closed BryanttV closed 1 month ago

BryanttV commented 1 month ago

Description

This PR adds integration tests for the enrollment API. These tests are executed in the job of Tutor Integration Tests

This PR is part of a set of PRs to add integration tests to the enrollment API. It must be separated into different PRs because doing it in one PR exceeds the maximum size allowed by the pr-size-labeler action.

Testing instructions

Check the jobs of Tutor Integration Tests in the PR.

Jira Issue