Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 528 Bytes

File metadata and controls

7 lines (4 loc) · 528 Bytes

Run integration tests on parallel GitHub runners

Usage: integration_test_charm.md

By default, pytest-operator runs each test file (Python module) in a separate Juju model. Usually, on GitHub, each integration test file is run in parallel (on separate runners).

This plugin allows further parallelization—an individual test file can be split into multiple groups. Each group can run on a separate GitHub runner.