Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 680 Bytes

CONTRIBUTING.rst

File metadata and controls

32 lines (22 loc) · 680 Bytes

Getting started

Navigate to the project directory and run the following commands:

Create and activate a virtual environment .. code-block:: text

python -m venv .venv .venvbinactivate

Install dependencies .. code-block:: text

pip install -r requirements/dev.txt pip install -r requirements/pytest.txt

Install Memecached and Redis and activate local server (optional) .. code-block:: text

brew install memcached brew install redis

Run the tests together or individually .. code-block:: text

pytest tests pytest tests/test_basic.py

Pull requests

Please check previous pull requests before submitting a new one.