eduNEXT / eox-tenant

Plugin for managing multiple tenants (organizations) within a single Open edX instance.
GNU Affero General Public License v3.0
7 stars 4 forks source link

feat: add integration test #204

Closed luisfelipec95 closed 5 months ago

luisfelipec95 commented 6 months ago

Description

This PR add integration test file

Testing instructions

Description

https://edunext.atlassian.net/browse/DS-906

MaferMazu commented 5 months ago

I have the same comment as in eox-hooks. It would be great if you could add an API test if you think it could enter the scope; if not, we can go with this because it works.

Thanks for this @luisfelipec95 🙌

luisfelipec95 commented 5 months ago

I have the same comment as in eox-hooks. It would be great if you could add an API test if you think it could enter the scope; if not, we can go with this because it works.

Thanks for this @luisfelipec95 🙌

Yes, I think that test is important, it will be done with the integration of GitHub Actions with all the plugins. Thanks