Skip to content

Commit

Permalink
Add a comprehensive testing section
Browse files Browse the repository at this point in the history
  • Loading branch information
HazenBabcock committed Nov 25, 2016
1 parent 5dafc14 commit f0fbce3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ Where XXX is a docker image, for example:
```sh
docker run plplot/debian-latest 2>&1 | tee debian-latest.txt
```

### Comprehensive Testing ###

```sh
python pull_all.py # This will pull the latest images.
python test_all.py
```

Note: By default test_all.py will test two images at once, if you want to run more (or less) tests in parallel use the --max_processes argument.

```sh
python test_all.py --max_processes 10
```

0 comments on commit f0fbce3

Please sign in to comment.