1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-17 12:02:21 +00:00

Improved request handling

Also:
 * Shelve -> Pickle to avoid weird db problems
 * Serving schemas and contexts
This commit is contained in:
J. Fernando Sánchez
2016-02-21 19:36:24 +01:00
parent 407d17b2b9
commit b8339e397b
12 changed files with 191 additions and 157 deletions

View File

@@ -98,7 +98,7 @@ class ModelsTest(TestCase):
c = p.jsonld()
assert "info" not in c
assert "repo" not in c
assert "params" in c
assert "extra_params" in c
logging.debug("Framed:")
logging.debug(c)
p.validate()