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 937a91f commit cfb7079Copy full SHA for cfb7079
Makefile
@@ -37,7 +37,7 @@ run:
37
@$(PYTHON) $(SRC_APP)/main.py
38
39
test:
40
- @py.test --cov-report=xml --cov=fastvector $(SRC_TEST)/
+ @pytest --cov=./$(SRC_TEST)/
41
@codecov
42
43
doc:
requirements-dev.txt
@@ -3,13 +3,12 @@
3
4
# Testing
5
pytest==5.4.3
6
-mock==4.0.2
+codecov==2.1.7
7
+pytest-cov==2.10.0
8
9
# Linting
-coverage==4.5.4
10
pylint==2.5.3
11
flake8==3.8.3
12
-python-coveralls==2.9.3
13
isort==4.3.21
14
15
# Documentation
0 commit comments