Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Github workflow to run unit tests #747

Open
mjordan opened this issue Feb 26, 2024 · 1 comment
Open

Add Github workflow to run unit tests #747

mjordan opened this issue Feb 26, 2024 · 1 comment
Labels
testing User, unit, and integration testing

Comments

@mjordan
Copy link
Owner

mjordan commented Feb 26, 2024

The following test files can be run without a live Islandora:

  • tests/csv_id_to_node_id_map_tests.py
  • tests/field_tests.py
  • tests/unit_tests.py

There's no reason we shouldn't be running those via a GitHub workflow.

@mjordan mjordan added the testing User, unit, and integration testing label Feb 26, 2024
@mjordan
Copy link
Owner Author

mjordan commented Mar 5, 2024

Leaving this issue open since the tests above were only added for Python 3.8, 3.9, 3.10, 3.11 (commit 5332f33).

For Python 3.7, tests fail on an internal syntax error in typing-extensions. For Python 3.12, "setuptools" is not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing User, unit, and integration testing
Projects
None yet
Development

No branches or pull requests

1 participant