testing¶
Testing helpers for raccoon-based projects.
This subpackage contains utilities intended for use from a project’s
tests/ directory — nothing in here should be imported from production
mission code.
The top-level surface is intentionally small:
raccoon.testing.sim— high-level sim wrapper (use_scene,SimRobotConfig,pose, etc.).raccoon.testing.robot_configs— pre-builtSimRobotConfiginstances for real competition robots (DRUMBOT,PACKINGBOT).raccoon.testing.pytest_plugin— the pytest plugin that exposes therobot,scene, andrun_stepfixtures. Auto-loaded via thepytest11entry point in the raccoon wheel; you usually don’t need to import it directly.