Description
Provides test helpers and fixtures used by OpenStack Python projects. It helps service teams write unit and integration tests with common OpenStack testing patterns.
Test frameworks execute project code and may create temporary files, databases, or configuration. Use isolated environments when testing untrusted or production-adjacent code.