Skip to content

Commit

Permalink
Added step to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtalbot authored Jun 22, 2023
1 parent c2454ad commit cc620c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ pip3 install -r requirements.txt
export GRIDAPPSD_USER=<user>
export GRIDAPPSD_PASSWORD=<password>

# remove any existing docker containers before testing (if not you may see connection failed errors)
docker rm -f $(docker ps -a -q)

# run pytest
pytest -s

0 comments on commit cc620c4

Please sign in to comment.