Testing in MavkitΒΆ
Testing is important to ensure the quality of the Mavkit codebase by detecting bugs and avoiding regressions. Mavkit and its components use a variety of tools and frameworks for testing.
This page groups the documentation helping developers to design, write, and execute tests on the Mavkit codebase. It covers different kinds of tests (Unit, Integration, etc.) and the associated tools and frameworks. It also includes tutorials for testing more specific parts such as protocol code.