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 3dc618b commit 54d83b2Copy full SHA for 54d83b2
README.md
@@ -52,3 +52,17 @@ Step 5: Set up all the correct options (see below for available options)
52
* OAUTHADMIN_BASE_URL: The landing point for all oAuth related queries.
53
* OATHADMIN_AUTH_URL: oAuth provider URL
54
* OAUTHADMIN_TOKEN_URL: oAuth bearer token provider URL
55
+
56
+## Testing
57
58
+If you want to test this app, install the requirements needed for testing:
59
60
+```
61
+pip install -r test-requirements.txt
62
63
64
+and then run the tests with the provided script:
65
66
67
+./runtests.sh
68
0 commit comments