aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-24 19:41:03 +0200
committerJonathan Weth <git@jonathanweth.de>2021-06-28 11:10:42 +0200
commit0ee14ff59311838af5d8d96d9ce763169979e9fd (patch)
treec96d4ec4bacbf260226801fd33416cb81003c7e4 /tox.ini
parent3526def9614ac5275f176a42938d11736233f108 (diff)
downloadRWA.Support.SessionService-0ee14ff59311838af5d8d96d9ce763169979e9fd.tar.gz
RWA.Support.SessionService-0ee14ff59311838af5d8d96d9ce763169979e9fd.tar.bz2
RWA.Support.SessionService-0ee14ff59311838af5d8d96d9ce763169979e9fd.zip
Update test_client.py to existing API-features
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index db4d9c2..7bf007e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,9 +15,9 @@ commands =
[testenv:lint]
commands =
- poetry run black --check --diff rwa/
- poetry run isort -c --diff --stdout rwa/
- poetry run flake8 {posargs} rwa/
+ poetry run black --check --diff rwa/ test_client.py
+ poetry run isort -c --diff --stdout rwa/ test_client.py
+ poetry run flake8 {posargs} rwa/ test_client.py
[testenv:security]
commands =
@@ -34,8 +34,8 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands =
- poetry run isort rwa/
- poetry run black rwa/
+ poetry run isort rwa/ test_client.py
+ poetry run black rwa/ test_client.py
[flake8]
max_line_length = 100