Skip to content

Commit 992a625

Browse files
committed
Merge pull request #1889 from mboersma/1888-make-docs-acceptance
tests(docs): add documentation tests to test-acceptance script
2 parents 0f9d3fb + f05a904 commit 992a625

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/docs_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ django-json-field==0.5.5
1818
djangorestframework==2.3.14
1919
docker-py==0.4.0
2020
gunicorn==18.0
21+
paramiko==1.14.1
2122
psycopg2==2.5.2
2223
python-etcd==0.3.0
2324
South==1.0

tests/bin/test-acceptance.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ rm -rf tests/example-*
2020

2121
set -e
2222

23+
make -C docs/ test
2324
make build
2425
make test-components
2526

0 commit comments

Comments
 (0)