Closed bernhardkaindl closed 8 months ago
This only changes the refactors file tests/units/conftest.py
tests/units/conftest.py
pytest
For 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)
tests/unit/*
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.
docstring
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.
tests/unit/conftest.py: Minor refactoring of the test fixtures
sys.modules
bugtool.data
sys.argv[]
tests/unit/conftest.py: Shorten docstrings to fit into 88 columns
docstrings
README.md
tests/unit/conftest.py
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.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 comments68 for a dedicated
README.md
fortests/unit/conftest.py
)