This PR addresses the TODO # TODO: Prevent writing duplicate to the config. and adds some tests.
The {posargs} in the pytest call in tox.ini was committed by accident, it was part of my debugging of testing on mac, but I left it in as I figured it isn't hurting anything and provides some flexibility. Happy to revert if requested though.
This PR addresses the TODO
# TODO: Prevent writing duplicate to the config.
and adds some tests.The
{posargs}
in thepytest
call intox.ini
was committed by accident, it was part of my debugging of testing on mac, but I left it in as I figured it isn't hurting anything and provides some flexibility. Happy to revert if requested though.