Skip to content

Commit

Permalink
docs(CONTRIBUTING): Note the need for Redis/Memcached env vars in tes…
Browse files Browse the repository at this point in the history
…ts (#838)

Fixes #836

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
rwhogg and parthea authored Nov 17, 2022
1 parent 6ade7f3 commit 19f8415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.

.. nox: https://pypi.org/project/nox-automation/
- To run unit tests that use Memcached or Redis, you must have them running and set the appropriate environment variables:

$ export MEMCACHED_HOSTS=localhost:11211
$ export REDIS_CACHE_URL=http://localhost:6379


Note on Editable Installs / Develop Mode
========================================

Expand Down

0 comments on commit 19f8415

Please sign in to comment.