Closed davidverweij closed 3 years ago
@jawrainey, if you could review the changes, that would be great! Note that I was not able to accommodate the exception when a custom output path is entered with a leading /
. I wrote some code that accommodate this (using str.lstrip('/')
), but then I wouldn't get coverage up to 100%. I can't explain that behaviour - I'll highlight in the code which section I mean.
@jawrainey I've amended all suggestion in the latest commit - and ran everything successful. 👍
Perfection 👍🏼
Addresses Issue #23
python run nox -r
successfullyWhat Changed (and why)?
Test changes
Pull down locally and run
poetry install
(for the new dev dependencies) and runpython run nox -r