Skip to content

Adds continuous-integration (CI) support for automated Python tests. #9

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Kushallodha
Copy link

@Kushallodha Kushallodha commented Jun 11, 2025

A manual workflow file inspired by CAMB workflow that will:
1. Spin up an Ubuntu environment with Python 3.12.
2. Install the package in editable mode with all extras.
3. Run pytest (with coverage) on every push and pull request.

There is a lot of scope for improvement here, but this should get us started

Adding tests.yaml to create a workflow for pytests
Kushallodha and others added 2 commits June 11, 2025 12:57
… DeprecationWarning from scipy; Adding r to avoid error with \O
@Kushallodha Kushallodha reopened this Jun 12, 2025
@Kushallodha
Copy link
Author

  1. Modified tests.yml to match the desilike tests.yml created by @johannesulf,
  2. Fix Ruff formatting issues
  3. typo in must_provide method for cosmoprimo class
  4. Commenting out old tests that are throwing errors.

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.

1 participant