Skip to content

Commit

Permalink
fix: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed May 23, 2020
1 parent 40b9ff2 commit 9732b21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
14 changes: 9 additions & 5 deletions docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@ The tests located at `server/openapi_server/test/`. You can read the following [
### Configure


There are two useful option to test your API and Knowledge Graph.
There are two useful option to test your API and Knowledge Graph:

- validate_responses can be useful to detect invalid properties or types on your Knowledge Graph.
- strict_validation can be helpful to see an invalid request.

```
:param validate_responses: True enables validation. Validation errors generate HTTP 500 responses.
:param validate_responses: True enables validation.
Validation errors generate HTTP 500 responses.
:type validate_responses: bool
:param strict_validation: True enables validation on invalid request parameters
:param strict_validation:
True enables validation on invalid request parameters
:type strict_validation: bool
```

- validate_responses can be useful to detect invalid properties or types on your Knowledge Graph.
- strict_validation can be helpful to see an invalid request.


You can edit these option at `server/openapi_server/test/__init__.py`

Expand Down
Binary file modified src/main/resources/servers.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ python_dateutil >= 2.6.0
setuptools >= 21.0.0
validators >= 0.14.2
python-jose >= 3.0.1
-e git+https://github.com/sirspock/sparqlwrapper.git@1.8.6#egg=SPARQLWrapper

0 comments on commit 9732b21

Please sign in to comment.