Skip to content
Snippets Groups Projects
Commit 5949b54d authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Fixing issues with the tests of dbscanserving.

parent 885962b9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="3" time="2.094" timestamp="2022-09-05T12:25:16.641312" hostname="d13125c46af6"><testcase classname="dbscanserving.tests.test_unitary" name="test_detection_correct" time="0.444" /><testcase classname="dbscanserving.tests.test_unitary" name="test_detection_incorrect" time="0.273" /><testcase classname="dbscanserving.tests.test_unitary" name="test_detection_clusters" time="0.319" /></testsuite></testsuites>
\ No newline at end of file
...@@ -40,7 +40,7 @@ def dbscanserving_service(): ...@@ -40,7 +40,7 @@ def dbscanserving_service():
@pytest.fixture(scope="session") @pytest.fixture(scope="session")
def dbscanserving_client(): def dbscanserving_client():
_client = DbscanServingClient(address="127.0.0.1", port=port) _client = DbscanServingClient(host="127.0.0.1", port=port)
yield _client yield _client
_client.close() _client.close()
......
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