Skip to content

Commit

Permalink
Added initial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmogusu committed Nov 20, 2018
1 parent 6f34fe3 commit bb4eeb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/01-testing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Running the test suite
======================

In order to run the test suite for ``django-daraja``, run the following command from the cli:

.. code-block:: none
$ python setup.py test
You should see the tests complete without error!!
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
Welcome to django-daraja's documentation!
=========================================

This is a django library that interacts with the MPESA Daraja API.

.. toctree::
:maxdepth: 2
:caption: Contents:

01-testing



Expand Down

0 comments on commit bb4eeb8

Please sign in to comment.