# Development > **Note:** Please take a look at > to find out about how to contribute to Flux and how to interact with the > Flux Development team. ## How to run the test suite Prerequisites: * go >= 1.16 * kubebuilder >= 2.3 * kustomize >= 3.1 You can run the unit tests by simply doing ```bash make test ```