aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-28 16:56:22 -0500
committerFrederick Muriuki Muriithi2024-09-28 16:56:22 -0500
commita72bc11be719b4726f05388ff053d52b192c8a50 (patch)
tree000ed9687e52e4713f21c108393431c0294c54f2
parentc2c89bdc69913b86495b0fd568b554c357ec7ccf (diff)
downloadgenenetwork3-a72bc11be719b4726f05388ff053d52b192c8a50.tar.gz
Update documentation on how to run tests.
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 02952a5..be8d3b9 100644
--- a/README.md
+++ b/README.md
@@ -214,8 +214,6 @@ 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
```