summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2017-12-19 09:57:32 +0000
committerMatthieu Huin <mhuin@redhat.com>2019-06-12 22:35:13 +0200
commit85616c4c09fff46e044efdcefaa0424c768da978 (patch)
treed9f5a543f5b0105ac0688b741862078b0d58ac6c /test-requirements.txt
parent1fab39cc4b131505adc23d19faf112981f122f01 (diff)
downloadzuul-85616c4c09fff46e044efdcefaa0424c768da978.tar.gz
web: add OpenAPI documentation
This change adds a swagger description of the REST API. The description is rendered in the sphinx user documentations and in the web interface. Change-Id: I753524f40a09874dab5952f14ab17025525bbab9
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8d1971906..642ba6df2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,5 @@
flake8
+openapi-spec-validator
coverage>=3.6
fixtures>=0.3.14