Contributor Guide

Testing

Both the Netchecks command line tool and Kubernetes operator have comprehensive test suites that run on GitHub Actions after every commit. The GitHub Actions workflows for testing can be found here.

Testing the Netchecks Python Library

poetry run pytest
Previous
Architecture guide