https://github.com/marcelotrevisani/pytest-kairos
The `pytest-kairos` enhances pytest with random number generation, reproducibility, and test repetition. It generates random numbers for tests, allows setting a seed for consistent results, and repeats tests multiple times.
https://github.com/marcelotrevisani/pytest-kairos
Last synced: 5 months ago
JSON representation
The `pytest-kairos` enhances pytest with random number generation, reproducibility, and test repetition. It generates random numbers for tests, allows setting a seed for consistent results, and repeats tests multiple times.
- Host: GitHub
- URL: https://github.com/marcelotrevisani/pytest-kairos
- Owner: marcelotrevisani
- License: apache-2.0
- Created: 2024-08-04T10:50:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T05:50:40.000Z (10 months ago)
- Last Synced: 2025-01-08T18:27:39.746Z (5 months ago)
- Language: Python
- Size: 820 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-kairos
The `pytest-kairos` enhances pytest with random number generation, reproducibility, and test repetition. It generates random numbers for tests, allows setting a seed for consistent results, and repeats tests multiple times.