Skip to content

Commit

Permalink
chore(documentation):add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasulejoseph committed Oct 5, 2018
1 parent d1b6b19 commit 0b23912
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .coverage

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ before_script:

install:
- pip install -r requirements.txt
- pip install pytest-cov
- pip install python-nose

script:
- coverage run --source=app -m unittest discover
- nosetests -v --with-coverage --cover-package="app"
- coverage report

after_success:
Expand Down
15 changes: 13 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
aniso8601==3.0.2
certifi==2018.8.24
chardet==3.0.4
Click==7.0
coverage==4.5.1
coveralls==1.5.1
docopt==0.6.2
flasgger==0.9.1
Flask==1.0.2
Flask-JWT==0.3.2
Flask-RESTful==0.3.6
gunicorn==19.9.0
idna==2.7
itsdangerous==0.24
Jinja2==2.10
jsonschema==2.6.0
MarkupSafe==1.0
mistune==0.8.3
nose==1.3.7
pep8==1.7.1
psycopg2==2.7.5
PyJWT==1.4.2
python-dotenv==0.9.1
pytz==2018.5
PyYAML==3.13
requests==2.19.1
six==1.11.0
urllib3==1.23
Werkzeug==0.14.1
psycopg2-binary

2 changes: 0 additions & 2 deletions tests/test_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,5 @@ def test_admin_can_access_get_all_order_route(self):
'no orders posted yet', str(data))
self.assertEqual(result.status_code, 404)

def test_ca



0 comments on commit 0b23912

Please sign in to comment.