Quickstart
This quickstart gets you from zero to a working Testudos + pytest setup. It’s available for both Linux and Windows.
You’ll receive a platform-specific compressed package from us containing:
- the
testudos_enginebinary - the agent injector / shared libraries
- the Testudos Python wheel (
testudos-*.whl) - a pre-built example application and E2E test suite
Pick your platform below and follow the package’s own README.md to install the Python SDK, start the engine, and run the example tests.
Choose your platform
-
Linux - set up Qt, install the wheel, and run the example tests on Linux.
-
Windows - set up Qt, install the wheel, and run the example tests on Windows.
-
Next: see Tests for how to structure pytest tests with Testudos fixtures.
-
Explore Python SDK for the
testudospackage, pytest plugin, and generated API reference.