diff --git a/Pipfile b/Pipfile index 8544135..ecf5f81 100644 --- a/Pipfile +++ b/Pipfile @@ -40,3 +40,9 @@ pytest-cov = "*" pytest-randomly = "*" twine = "*" webtest = "*" + +[testing] +pytest = "*" +coverage = "*" +pytest-cov = "*" +pytest-xdist = "*"