We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c454c commit cf11e5bCopy full SHA for cf11e5b
Pipfile
@@ -6,10 +6,10 @@ name = "pypi"
6
[packages]
7
8
[dev-packages]
9
-pytest = "==7.1.2"
10
-pylint = "==2.14.5"
+pytest = "==8.4.2"
+pylint = "==3.3.9"
11
pycodestyle = "==2.14.0"
12
-pytest-cov = "==3.0.0"
+pytest-cov = "==7.0.0"
13
14
[scripts]
15
tests = "pytest -vv --cov-report xml:coverage-reports/coverage.xml --cov=katas tests/"
0 commit comments