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 d7da3c6 commit 044195bCopy full SHA for 044195b
.flake8
Makefile
@@ -14,10 +14,10 @@ lint: # Run code linters
14
# TODO: mypy ninja_apikey
15
16
test: # Run tests
17
- pytest -v sample_project ninja_apikey
+ pytest --ds=sample_project.settings -v sample_project ninja_apikey/tests.py
18
19
cov test-cov: # Run tests with coverage
20
- pytest --cov=ninja_apikey --cov-report=term-missing --cov-report=xml -v sample_project ninja_apikey
+ pytest --ds=sample_project.settings --cov=ninja_apikey --cov-report=term-missing --cov-report=xml -v sample_project ninja_apikey/tests.py
21
22
build: # Build project
23
make install
pytest.ini
0 commit comments