Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
5949b54d
Commit
5949b54d
authored
2 years ago
by
Carlos Natalino Da Silva
Browse files
Options
Downloads
Patches
Plain Diff
Fixing issues with the tests of dbscanserving.
parent
885962b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/dbscanserving/tests/dbscanserving_report.xml
+0
-1
0 additions, 1 deletion
src/dbscanserving/tests/dbscanserving_report.xml
src/dbscanserving/tests/test_unitary.py
+1
-1
1 addition, 1 deletion
src/dbscanserving/tests/test_unitary.py
with
1 addition
and
2 deletions
src/dbscanserving/tests/dbscanserving_report.xml
deleted
100644 → 0
+
0
−
1
View file @
885962b9
<?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
This diff is collapsed.
Click to expand it.
src/dbscanserving/tests/test_unitary.py
+
1
−
1
View file @
5949b54d
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment