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 actions for unittests #41

Merged
merged 8 commits into from
Nov 6, 2024
Merged

Add actions for unittests #41

merged 8 commits into from
Nov 6, 2024

Conversation

MGlauer
Copy link
Collaborator

@MGlauer MGlauer commented Aug 8, 2024

This PR introduces automated tests that run on every pull request. It runs python -m unittest on multiple python versions.

@MGlauer
Copy link
Collaborator Author

MGlauer commented Aug 8, 2024

Tests fail in general, this is not a fault in this branch (#42)

@sfluegel05 sfluegel05 marked this pull request as ready for review November 6, 2024 14:40
@sfluegel05
Copy link
Collaborator

I made the following changes:

  • Merging the unit tests from PreProcessing unit tests #48 into this branch
  • changing the test command to python -m unittest discover -s tests/unit (this ignores the integration tests which have been the cause of Unittests are failing #42)
  • removing a deprecated typehint
  • removing tests for pypy

With that, all checks are passing.

@sfluegel05 sfluegel05 merged commit 7292c15 into dev Nov 6, 2024
5 checks passed
@sfluegel05 sfluegel05 deleted the feature/unittest-actions branch November 6, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants