test: make our tests reproducible

by seeding random generators in python random or in numpy random
closes #546
This commit is contained in:
Benoit Chevallier-Mames
2021-10-13 11:03:14 +02:00
committed by Benoit Chevallier
parent a4da3b8210
commit 17704da169
3 changed files with 65 additions and 67 deletions

View File

@@ -15,6 +15,7 @@ numpy = "^1.21.2"
pygraphviz = "^1.7"
Pillow = "^8.3.2"
loguru = "^0.5.3"
pytest-randomly = "^3.10.1"
[tool.poetry.dev-dependencies]
isort = "^5.9.3"