NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
164 stars 74 forks source link

Add tox and change coverage configuration #311

Closed egpbos closed 2 years ago

egpbos commented 2 years ago

This PR changes two things:

  1. It adds tox support, which provides a fix for #38 and is just generally nice to have (I personally always add it).
  2. It takes out the coverage flags from the default pytest settings. The coverage flags were breaking IDE test discovery. Instead, coverage can just be run separately with coverage or by supplying the flags manually, like is being done in the sonarcloud Actions workflow.

Edit: also updated a broken link.

egpbos commented 2 years ago

@sverhoeven Added documentation in 6d78d07.