Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeanchieta committed Oct 24, 2017
1 parent 2a55075 commit 8e77b9d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ the images and a MongoDB adapter in order to persist the new files.

It has been develop a module in which we do all this logic, so that we can only need to have a MongoDB running and run the Flask application by executing

>> python resizephotos/core.py
>>> python resizephotos/core.py

It is assumed you have Python 3 available, since it is the requirement.

Automated Tests
-----------------

You can run the automated tests by executing:

>>> python -m unittest tests/test_automated_tests

It is going to check the state of B2W webservice and what we are doing here (downloading, resizing, saving, and so on).

0 comments on commit 8e77b9d

Please sign in to comment.