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

Revert to 0.12 behavior for integration test venv reuse #815

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

arcivanov
Copy link
Member

@arcivanov arcivanov commented Oct 5, 2021

Introduce the flag integrationtest_python_env_recreate (default to False) to
allow the user to control whether each integration test runs in a fresh
venv.

fixes #813

@coveralls
Copy link

coveralls commented Oct 5, 2021

Pull Request Test Coverage Report for Build 1306487551

  • 6 of 6 (100.0%) changed or added relevant lines in 2 files are covered.
  • 6 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.7%) to 81.079%

Files with Coverage Reduction New Missed Lines %
src/main/python/pybuilder/python_env.py 2 70.86%
src/main/python/pybuilder/reactor.py 4 90.95%
Totals Coverage Status
Change from base Build 1299752691: 0.7%
Covered Lines: 5037
Relevant Lines: 6055

💛 - Coveralls

Introduce the flag integrationtest_python_env_recreate (default to `False`) to
allow the user to control whether each integration test runs in a fresh
venv.

fixes pybuilder#813
@arcivanov arcivanov merged commit 3ca0a3f into pybuilder:master Oct 5, 2021
@arcivanov arcivanov deleted the issue_813 branch October 5, 2021 14:02
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.

0.13 recreates test venv between integration tests
2 participants