Skip to content

Commit 54d83b2

Browse files
committed
Update README.md
1 parent 3dc618b commit 54d83b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,17 @@ Step 5: Set up all the correct options (see below for available options)
5252
* OAUTHADMIN_BASE_URL: The landing point for all oAuth related queries.
5353
* OATHADMIN_AUTH_URL: oAuth provider URL
5454
* 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

Comments
 (0)