Skip to content

sample-projects

Reference test projects you can read and run to see how a FixturFab functional test suite is put together. Each one is built with pytest-f3ts and the f3ts-hardware-utils library, and runs on the Test Runner.

FixturCtrl Functional Tests

fixtur-ctrl-functional-tests is the automated test software for FixturFab's FixturCtrl functional test systems. It is a pytest-f3ts test suite that drives hardware through f3ts-hardware-utils and deploys to the Test Runner via Docker/Balena.

Run a test plan against a connected fixture:

bash
pytest test_plan.py --slot_id="1.1"

More sample projects will be added here over time.