diff options
author | Frederick Muriuki Muriithi | 2024-09-28 16:56:22 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-28 16:56:22 -0500 |
commit | a72bc11be719b4726f05388ff053d52b192c8a50 (patch) | |
tree | 000ed9687e52e4713f21c108393431c0294c54f2 | |
parent | c2c89bdc69913b86495b0fd568b554c357ec7ccf (diff) | |
download | genenetwork3-a72bc11be719b4726f05388ff053d52b192c8a50.tar.gz |
Update documentation on how to run tests.
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 ``` |