Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
691f5453
Commit
691f5453
authored
Jul 30, 2019
by
Samuel GAIST
Browse files
[test][algorithm_loading] Update tests after prefix changes
parent
4914d26c
Pipeline
#32215
passed with stage
in 21 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_algorithm_loading.py
View file @
691f5453
...
...
@@ -120,12 +120,12 @@ def test_analyzer_v2():
def
test_v3
():
algorithm
=
Algorithm
(
prefix
,
"autonomous/loop/1"
)
algorithm
=
Algorithm
(
prefix
,
"autonomous/loop
_evaluator
/1"
)
nose
.
tools
.
assert_true
(
algorithm
.
valid
,
"
\n
* %s"
%
"
\n
* "
.
join
(
algorithm
.
errors
)
)
algorithm
=
Algorithm
(
prefix
,
"autonomous/loop_
use
r/1"
)
algorithm
=
Algorithm
(
prefix
,
"autonomous/loop_
processo
r/1"
)
nose
.
tools
.
assert_true
(
algorithm
.
valid
,
"
\n
* %s"
%
"
\n
* "
.
join
(
algorithm
.
errors
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment