Reset random.seed() before every test case

This commit is contained in:
Alexander Hess 2024-09-27 16:04:37 +02:00
commit 3d9f990c68
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 22 additions and 1 deletions

View file

@ -77,6 +77,7 @@ coverage = "^7.6"
packaging = "^24.1" # to test the version identifier
pytest = "^8.3"
pytest-cov = "^5.0"
pytest-randomly = "^3.15"
semver = "^3.0" # to test the version identifier
tomli = [ { python = "<3.11", version = "^2.0" } ]
xdoctest = { extras = ["colors"], version = "^1.2" }