Skip to content

Conversation

@duncanmmacleod
Copy link
Contributor

This PR adds a basic end-to-end continuous integration workflow for this project. The .github/workflows/test.yml file defines a GitHub Actions workflow that does the following

  • configure Python
  • install PyROQ using pip install
  • run the test suite using pytest
  • report the coverage (which lines of module code were executed during the tests) to codecov.io

This PR includes a placeholder for the test suite that tests one function in PyROQ.pyroq, but should be filled out as time allows.

this just installs the package using `pip` and then runs `pytest`;
the test suite is essentially just a placeholder until real tests can be written
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