Reset random.seed() before every test case
This commit is contained in:
parent
4c0c7887e5
commit
3d9f990c68
3 changed files with 22 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue