Skip to content

Conversation

@chraibi
Copy link

@chraibi chraibi commented Nov 8, 2025

Add script to run tests.

This script does the following:

  • Detect which python manager is running. (I use uv)
  • Check if tar-files need extraction. If so, extract.
  • Run the tests.
  • Updates CI to test for different python versions.

This PR also moves a lonely test to a directory like the others.

I added some pytest ignore warning flags because of these numpy-warnings. I guess they hare harmless, but maybe you want to investigate them in another PR instead of ignoring them.

image

closes #97

- Moved one test to the directory along other tests
- Moved its fds file to the directory with data
- This is just to keep the directory clean.
- Detect used python manager
- Add pytest args
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.

Running the tests locally

1 participant