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

chore: move unit tests to corresponding unit folder #279

Closed BryanttV closed 1 month ago

BryanttV commented 1 month ago

Description

This PR moves all unit tests to their corresponding unit folder. The purpose of this change is to improve the organization of the tests, making it easier to identify each type of test. Having this convention also allows us to run only the necessary tests using pytest.