Reference test projects you can read and run to see how a FixturFab functional test suite is built. Each one uses pytest-f3ts for the test plans and f3ts-hardware-utils for hardware control.
FixturCtrl Functional Tests#
The fixtur-ctrl-functional-tests project is the automated test software for FixturFab's FixturCtrl functional test systems. It's a pytest-f3ts test suite that drives hardware through f3ts-hardware-utils and deploys to the test runner via Docker and Balena — a complete, working example to model your own suite on.
Run a test plan against a connected fixture:
pytest test_plan.py --slot_id="1.1"This is our first published sample; more will follow.