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

Replace stestr with pytest #168

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Replace stestr with pytest #168

merged 1 commit into from
Jul 22, 2024

Conversation

larsks
Copy link
Member

@larsks larsks commented Jul 19, 2024

Using pytest instead of stestr to run the tests gives us access to a broad range of test plugins and convenient testing features like pytest fixtures.

This commit includes the pytest-cov plugin for code coverage reporting; running the unit tests via tox -e py3 will produce coverage statistics on stdout.

Using pytest instead of stestr to run the tests gives us access to a
broad range of test plugins and convenient testing features like pytest
fixtures.

This commit includes the pytest-cov plugin for code coverage reporting;
running the unit tests via `tox -e py3` will produce coverage statistics on
stdout.
Copy link
Contributor

@tzumainn tzumainn 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!

@larsks larsks self-assigned this Jul 22, 2024
@larsks larsks merged commit 0626590 into CCI-MOC:master Jul 22, 2024
6 checks passed
@larsks larsks deleted the feature/pytest branch July 22, 2024 14:14
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