mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-15 11:02:23 +00:00
Added CLI and refactored argument parsing
This commit is contained in:
@@ -61,7 +61,7 @@ class BlueprintsTest(TestCase):
|
||||
|
||||
def test_headers(self):
|
||||
for i, j in product(["/api/plugins/?nothing=", "/api/?i=test&"],
|
||||
["headers", "inHeaders"]):
|
||||
["inHeaders"]):
|
||||
resp = self.client.get("%s" % (i))
|
||||
assert "@context" in resp.json
|
||||
resp = self.client.get("%s&%s=0" % (i, j))
|
||||
|
Reference in New Issue
Block a user