feat: allows for deepdog bayesrun with ss to not print csv to make snapshot testing possible

This commit is contained in:
2023-07-27 17:09:36 -05:00
parent e6defc7948
commit 8e6ead416c
5 changed files with 379 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ pytest-cov = "^4.1.0"
mypy = "^0.971"
python-semantic-release = "^7.24.0"
black = "^22.3.0"
syrupy = "^4.0.8"
[build-system]
requires = ["poetry-core>=1.0.0"]