Skip to content

Commit

Permalink
Update test docs (apache#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgummelt authored Mar 9, 2017
1 parent 8882f65 commit 45e3dea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ S3_DIR_PATH=<base-path-in-bucket> \

## Test

You must have a local DC/OS CLI installed and configured against a
running DC/OS cluster.

```
make test
$ cd tests
$ source env/bin/activate
$ pip install -r requirements.txt
$ py.test test.py
```

This requires several env variables, and is primarily used in CI. Read the comment at the top of the file for a complete description.

0 comments on commit 45e3dea

Please sign in to comment.