This reduces coverage since one test case needed to be removed. Its not that easy anymore to pass a custom scope into a tested application. It gets verified that no invalid authentication is possible though. Proper testing should be done with another issue.
13 lines
235 B
Text
13 lines
235 B
Text
# Test dependencies go here.
|
|
|
|
flake8~=3.9.1
|
|
pytest~=6.2.3
|
|
pytest-cov~=2.12.0
|
|
pytest-django~=4.4.0
|
|
pytest-env~=0.6.0
|
|
pytest-mock~=3.6.0
|
|
pytest-randomly~=3.8.0
|
|
pytest-sugar~=0.9.0
|
|
pytest-asyncio~=0.15.1
|
|
requests-mock~=1.9.0
|
|
faker~=8.9.1
|