xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

Cosmetic clean-up of the `pytest` fixtures in tests/unit/conftest.py #70

Closed bernhardkaindl closed 8 months ago

bernhardkaindl commented 9 months ago

This only changes the refactors file tests/units/conftest.py

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)

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.


Commits: