cogent3 / c3dev

cogent3 developer tools
5 stars 9 forks source link

nox testing requirements before PRs #47

Closed fredjaya closed 12 months ago

fredjaya commented 1 year ago

For example - if developing and contributing changes to cogent3 with python=3.11, is a successful test with only nox -s test-3.11 sufficient?

Anything else to consider?

fredjaya commented 1 year ago

As you're developing, pytest should be run on the relevant test module.

Before pushing, all test sessions should pass. This can be done locally via nox, or trigger in PRs