Testing Python3

Matthew Selsky Matthew.Selsky at twosigma.com
Wed Mar 21 12:44:03 UTC 2018


On Tue, Mar 20, 2018 at 09:03:45PM -0700, Hal Murray via devel wrote:

> What sort of testing is that?  How do I run it on my setup?

Our Gitlab CI runs the builds and all of our python tests using python3 (using the latest python3 from docker) on every build.  See https://gitlab.com/NTPsec/ntpsec/-/jobs/58563408 for an example.

If you submit your patches as MRs to Gitlab, they'll automatically go through the CI system before they hit the master branch.

To test manually, just call waf with any python3 binary and then use waf to run the tests.  See https://gitlab.com/NTPsec/ntpsec/blob/master/.gitlab-ci.yml#L309 for how our CI system does it.

Thanks,
-Matt


More information about the devel mailing list