Skip to content

Commit

Permalink
Issue Pyrrha-Platform#29 - documented local test command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JSegrave-IBM committed Apr 1, 2021
1 parent c7b01dc commit 9a9131d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ You can run this solution locally in docker as follows
```
source python3/bin/activate
```
5. Run the application
5. Test the application
```
python manage.py test
```
6. Run the application
```
python src/core_decision_flask_app.py 8080
```
6. You should see the following output
7. You should see the following output
```
starting application
* Serving Flask app "core_decision_flask_app" (lazy loading)
Expand Down

0 comments on commit 9a9131d

Please sign in to comment.