Testing ======= .. contents:: |toctitle| :local: Rust ---- Rust tests can be executed using ``cargo test`` as described in the :doc:`dev-environment` section. Python ------ Python tests can be executed using ``pytest -v`` as described in the :doc:`dev-environment` section.