Skip to main content
FixturFab

Sample Projects

An open-source reference test suite for FixturFab's FixturCtrl, built with pytest-f3ts and f3ts-hardware-utils.

stableLearn by exampleFull docs

Features

FixturCtrl functional test suite
Built on pytest-f3ts test plans
Drives hardware via f3ts-hardware-utils
Docker/Balena deployment example

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.

Related Projects

View all open source projects

Use with FixturFab Fixtures

Our open-source testing stack integrates seamlessly with FixturFab fixtures. Configure your fixture in Studio and get a matching pytest-f3ts configuration.