aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index f328e87..1026ac4 100644
--- a/README.md
+++ b/README.md
@@ -194,17 +194,17 @@ following environment variable(s):
To run tests:
```bash
-$ export AUTHLIB_INSECURE_TRANSPORT=true
-$ export OAUTH2_ACCESS_TOKEN_GENERATOR="tests.unit.auth.test_token.gen_token"
-$ pytest
+export AUTHLIB_INSECURE_TRANSPORT=true
+export OAUTH2_ACCESS_TOKEN_GENERATOR="tests.unit.auth.test_token.gen_token"
+pytest
```
To specify unit-tests:
```bash
-$ export AUTHLIB_INSECURE_TRANSPORT=true
-$ export OAUTH2_ACCESS_TOKEN_GENERATOR="tests.unit.auth.test_token.gen_token"
-$ pytest -k unit_test
+export AUTHLIB_INSECURE_TRANSPORT=true
+export OAUTH2_ACCESS_TOKEN_GENERATOR="tests.unit.auth.test_token.gen_token"
+pytest -k unit_test
```
Running pylint: