Skip to content
Snippets Groups Projects
Commit afd9cdd2 authored by Moul's avatar Moul
Browse files

[dep] #90, #103: Introduce pytest{,-cov,-sugar} dev dependencies

parent 8103b704
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,9 @@ graphql-core = "^3.1.2" ...@@ -36,6 +36,9 @@ graphql-core = "^3.1.2"
websocket-client = "^0.57" websocket-client = "^0.57"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^6.2.3"
pytest-cov = "^2.12.0"
pytest-sugar = "^0.9.4"
black = {version = "^21.4b2", allow-prereleases = true} black = {version = "^21.4b2", allow-prereleases = true}
mypy = "^0.790" mypy = "^0.790"
pylint = "^2.7.2" pylint = "^2.7.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment