We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f34fe3 commit bb4eeb8Copy full SHA for bb4eeb8
docs/01-testing.rst
@@ -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
@@ -6,9 +6,12 @@
Welcome to django-daraja's documentation!
=========================================
+This is a django library that interacts with the MPESA Daraja API.
11
.. toctree::
12
:maxdepth: 2
- :caption: Contents:
13
14
+ 01-testing
15
16
17
0 commit comments