Closed GDYendell closed 7 months ago
It was removed from the pytest default ini args (in pyproject.toml) and inserted in tox: https://github.com/DiamondLightSource/python-copier-template/blob/3462fe957ee1f1e2c9495b413a965719f3103460/template/pyproject.toml.jinja#L97
This means that you only get coverage if you do tox -e tests
, so vscode launch config shouldn't be needed...
Ahh, yes OK that does work for me. In which case @DominicOram you just need to update to the latest copier and it should work.
I think this was lost in the conversion from the skeleton, unless it was removed for a reason?