Add: pytest plugins

This commit is contained in:
mrjk 2022-03-08 16:07:18 -05:00
parent ee3df03829
commit c8d8f922d3

View File

@ -30,6 +30,9 @@ bash_kernel = "^0.7.2"
jupyter = "^1.0.0"
pandoc = "^2.0.1"
pytest = "^6.2.5"
pytest-icdiff = "^0.5"
pytest-instafail = "^0.4.2"
pytest-cov = "^3.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]