Skip to content

Commit bb4eeb8

Browse files
committed
Added initial documentation
1 parent 6f34fe3 commit bb4eeb8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/01-testing.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Running the test suite
2+
======================
3+
4+
In order to run the test suite for ``django-daraja``, run the following command from the cli:
5+
6+
.. code-block:: none
7+
8+
$ python setup.py test
9+
10+
You should see the tests complete without error!!

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
Welcome to django-daraja's documentation!
77
=========================================
88

9+
This is a django library that interacts with the MPESA Daraja API.
10+
911
.. toctree::
1012
:maxdepth: 2
11-
:caption: Contents:
13+
14+
01-testing
1215

1316

1417

0 commit comments

Comments
 (0)