inveniosoftware / invenio-vocabularies

Invenio module for managing vocabularies.
https://invenio-vocabularies.readthedocs.io
MIT License
2 stars 40 forks source link

Including mysql tests #261

Closed psaiz closed 12 months ago

psaiz commented 12 months ago

:heart: Thank you for your contribution!

Description

This PR includes some mysql tests. This is related to https://github.com/inveniosoftware/invenio-app-rdm/issues/2232 The main issue is that user_resources is tested both in mysql and postgress. The mysql tests failed, since vocabularies did not define the length of the fields.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Third-party code

If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.