Installation¶
Rustest supports Python 3.10 through 3.14.
Using pip¶
The simplest way to install rustest is using pip:
Using uv¶
If you're using uv, you can add rustest to your project:
Verifying Installation¶
After installation, verify that rustest is working correctly:
Or run it as a Python module:
For Development¶
If you want to contribute to rustest or modify it for your needs, see the Development Guide for setup instructions.
Next Steps¶
Now that you have rustest installed, head over to the Quick Start guide to write your first tests!