Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.backend.python
Commits
878f6c20
Commit
878f6c20
authored
5 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[test][loop_executor] Update the loop related algorithms name
parent
db00d534
Branches
Branches containing commit
No related tags found
1 merge request
!58
Change loop parts name
Pipeline
#32187
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/backend/python/test/test_loop_executor.py
+6
-5
6 additions, 5 deletions
beat/backend/python/test/test_loop_executor.py
with
6 additions
and
5 deletions
beat/backend/python/test/test_loop_executor.py
+
6
−
5
View file @
878f6c20
...
@@ -247,14 +247,15 @@ class TestExecution(unittest.TestCase):
...
@@ -247,14 +247,15 @@ class TestExecution(unittest.TestCase):
self
.
assertEqual
(
start
,
i
)
self
.
assertEqual
(
start
,
i
)
self
.
assertEqual
(
end
,
i
)
self
.
assertEqual
(
end
,
i
)
def
test_autonomous_loop_
use
r
(
self
):
def
test_autonomous_loop_
processo
r
(
self
):
self
.
process
(
"
autonomous/loop_
use
r/1
"
,
"
autonomous/loop/1
"
)
self
.
process
(
"
autonomous/loop_
processo
r/1
"
,
"
autonomous/loop
_evaluator
/1
"
)
def
test_sequential_loop_
use
r
(
self
):
def
test_sequential_loop_
processo
r
(
self
):
self
.
process
(
"
sequential/loop_
use
r/1
"
,
"
sequential/loop/1
"
)
self
.
process
(
"
sequential/loop_
processo
r/1
"
,
"
sequential/loop
_evaluator
/1
"
)
def
test_autonomous_loop_invalid_validate_output
(
self
):
def
test_autonomous_loop_invalid_validate_output
(
self
):
with
self
.
assertRaises
(
RemoteException
):
with
self
.
assertRaises
(
RemoteException
):
self
.
process
(
self
.
process
(
"
autonomous/loop_user/1
"
,
"
autonomous/invalid_loop_validate_output/1
"
"
autonomous/loop_processor/1
"
,
"
autonomous/invalid_loop_validate_output/1
"
,
)
)
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