details to launch tests
This commit is contained in:
19
README.rst
19
README.rst
@@ -6,7 +6,6 @@ Python API for Wallabagap
|
|||||||
|
|
||||||
Requirements :
|
Requirements :
|
||||||
==============
|
==============
|
||||||
* Flask == 0.10.1
|
|
||||||
* requests == 2.5.0
|
* requests == 2.5.0
|
||||||
|
|
||||||
|
|
||||||
@@ -18,6 +17,24 @@ to get the project, from your virtualenv, do :
|
|||||||
|
|
||||||
git clone https://github.com/foxmask/wallabag-api/
|
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 :
|
TODO :
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
-r requirements.txt
|
||||||
|
Flask==0.10.1
|
||||||
@@ -1,2 +1 @@
|
|||||||
Flask==0.10.1
|
|
||||||
requests==2.5.0
|
requests==2.5.0
|
||||||
Reference in New Issue
Block a user