Skip to content

Commit 5edccc5

Browse files
authored
Merge pull request #5 from mkudlej/add_app_auth
2 parents 3e64f14 + 12f9ca2 commit 5edccc5

File tree

8 files changed

+432
-146
lines changed

8 files changed

+432
-146
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ flake8 = "*"
33
mypy = "*"
44
pylint = "*"
55
black = "*"
6-
pytest = "<8.0.0"
6+
pytest = "*"
77
python-dotenv = "*"
88
backoff = "*"
99
python-language-server = "*"
10-
pyls-mypy = "*"
10+
#pyls-mypy = "*"
1111
pyls-isort = "*"
1212
pytest-order = "*"
1313

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ see https://github.com/3scale/3scale-operator/blob/master/doc/backend-reference.
9595
- ProxyConfigPromote
9696
- Applications
9797
- Methods
98+
- ApplicationAuth
9899

99100
Command to run integration unit tests: `pipenv run pytest --log-cli-level=10 -vvvv -s ./tests/integration/ |& tee x`
100101

0 commit comments

Comments
 (0)