Skip to content

Commit

Permalink
test successful login
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Nov 17, 2019
1 parent 0271ff0 commit 7cbd202
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 12 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
test=pytest

[tool:pytest]
addopts = -p no:warnings -v --cov=mati
addopts = -p no:warnings -v --cov=dhlmex

[flake8]
inline-quotes = '
Expand All @@ -14,8 +14,8 @@ include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
[mypy-iso8601]
[mypy-pytest]
ignore_missing_imports = true
[mypy-pytest]
ignore_missing_imports = true
[mypy-vcr]
ignore_missing_imports = true
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
install_requires=[
'dataclasses>=0.6;python_version<"3.7"',
'requests>=2.22.0,<3.0.0',
'iso8601>=0.1.12,<0.2.0',
],
setup_requires=['pytest-runner'],
tests_require=test_requires,
Expand Down
Loading

0 comments on commit 7cbd202

Please sign in to comment.