Feat: Improve test coverage of DocsSiteLoader (#758)

This commit is contained in:
SerSamgy
2023-10-09 21:03:40 +02:00
committed by GitHub
parent 19a9141c2d
commit 431f8c2c6a
2 changed files with 219 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ pytest-env = "^0.8.1"
click = "^8.1.3"
isort = "^5.12.0"
pytest-cov = "^4.1.0"
responses = "^0.23.3"
[tool.poetry.extras]
streamlit = ["streamlit"]