v0.3.0
What's Changed
- Replace
print
statements withlogging.debug
statements so that
retrieving the fixture does not produce output that is captured in doctests.
This may break existing usages of the fixture in doctests in case the output
of thegetfixture
method was matched.
Full Changelog: v0.2.0...v0.3.0