Skip to content
Snippets Groups Projects
Commit bfcbe19d authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Test ci

parent 0d1950a7
No related branches found
No related tags found
1 merge request!243Migrate to Strimzi Kafka
......@@ -15,6 +15,7 @@ class TestSloEvaluation(unittest.TestCase):
def test_3_rep(self):
with open('../resources/test-3-rep-success.json') as json_file:
data = json.load(json_file)
print(data)
response = self.client.post("/evaluate-slope", json=data)
self.assertEquals(response.json(), True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment