details to launch tests

This commit is contained in:
Olivier Demah
2015-02-08 00:14:28 +01:00
parent 372b602e39
commit 9826e263f6
3 changed files with 20 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ Python API for Wallabagap
Requirements :
==============
* Flask == 0.10.1
* requests == 2.5.0
@@ -18,6 +17,24 @@ to get the project, from your virtualenv, do :
git clone https://github.com/foxmask/wallabag-api/
Testing :
=========
If you plan to run python wallabag_test.py, then first of all you will need to do
.. code:: python
pip install Flask
then
.. code:: python
python wallabag_mock.py
to start a Flask environment which will respond to all the request of the test you will start with python wallabag_test.py
TODO :
======