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

Multi-python testing via tox #502

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

terjekv
Copy link
Collaborator

@terjekv terjekv commented May 26, 2023

  • Supports tox environments for python3.7 to 3.11 (tox -e python37, etc)
  • By default tests all python versison (3.7-3.11)
  • Also provides a pure coverage environment to run and see coverage
    (tox -e coverage)

@coveralls
Copy link
Collaborator

coveralls commented May 26, 2023

Coverage Status

coverage: 99.203%. remained the same when pulling df34491 on terjekv:multi-python-testing-via-tox into f79624c on unioslo:master.

@terjekv terjekv self-assigned this May 28, 2023
@terjekv terjekv force-pushed the multi-python-testing-via-tox branch from c9caacb to 8b8f8e5 Compare June 9, 2023 06:48
@terjekv
Copy link
Collaborator Author

terjekv commented Jun 9, 2023

Force pushing to rebase instead of having a merge commit.

@terjekv terjekv force-pushed the multi-python-testing-via-tox branch from 8b8f8e5 to e6a2059 Compare June 12, 2023 14:36
@terjekv
Copy link
Collaborator Author

terjekv commented Jun 12, 2023

This will be superseded by #492 if that gets merged.

Copy link
Contributor

@oyvindhagberg oyvindhagberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Just needs another rebase before merging

  - Supports tox environments for python3.7 to 3.11 (`tox -e python37`, etc)
  - By default tests all python versison (3.7-3.11)
  - Also provides a pure coverage environment to run and see coverage (`tox -e coverage`)
@terjekv terjekv force-pushed the multi-python-testing-via-tox branch from e6a2059 to df34491 Compare June 19, 2023 16:53
@terjekv terjekv merged commit d013edd into unioslo:master Jun 19, 2023
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.

3 participants