Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 605 Bytes

CONTRIBUTING.rst

File metadata and controls

30 lines (17 loc) · 605 Bytes

Development installation

  1. Clone this repository (preferably to a virtualenv):

git clone https://gitgud.io/dtluna/pygnusocial

  1. Install needed development dependencies:

pip install -r requirements.txt

  1. Install gnusocial package in development mode:

pip install -e .

Testing

Run ./runtests.py

The tests are situated in tests directory.

Tests are written using Pytest.

Building docs

cd docs && make html

Docs are written using Sphinx.