Cosmetic clean-up of the pytest
fixtures in tests/unit/conftest.py
#70
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This only changes the refactors file
tests/units/conftest.py
pytest
fixtures for this directoryFor a clean review, I refactored the Refactoring part from #67 into the PR.
It follows the TDD model of
Everything here already has 100.00% code coverage (the every file in
tests/unit/*
is 100.00% covered)It is split into two commits, the 1st for actual refactoring:
And the 2nd commit is only comments and
docstring
clean-up to shorten them - doc is n #68.This PR contains two overlapping commits on the same file,
conftest.py is the local
pytest
plugin, used only by the tests in tests/unit, it does not change the product itself.https://github.com/xenserver-next/status-report/blob/add-tests-unit-conftest-README.md/tests/unit/conftest-README.md
Commits:
tests/unit/conftest.py: Minor refactoring of the test fixtures
sys.modules
for Py2 as wellbugtool.data
dict andsys.argv[]
to a good default argument as clean-up.tests/unit/conftest.py: Shorten
docstrings
to fit into 88 columnsdocstrings
and commentsREADME.md
fortests/unit/conftest.py
)