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.cmdline
Commits
8248eb17
Commit
8248eb17
authored
May 24, 2018
by
Theophile GENTILHOMME
Browse files
[tets][test_experiments] Reset original tests
parent
0c2fb2ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/test/test_experiments.py
View file @
8248eb17
...
...
@@ -195,11 +195,11 @@ def test_run_integers_addition_1_twice():
obj
=
'user/user/integers_addition/1/integers_addition'
nose
.
tools
.
eq_
(
call
(
'run'
,
obj
,
cache
=
tmp_prefix
),
0
)
info_len
=
len
(
log_messages
[
'info'
])
assert
info_len
>
4
nose
.
tools
.
eq_
(
info_len
,
5
)
assert
log_messages
[
'info'
][
info_len
-
1
].
startswith
(
' Results'
)
nose
.
tools
.
eq_
(
call
(
'run'
,
obj
,
cache
=
tmp_prefix
),
0
)
info_len
=
len
(
log_messages
[
'info'
])
assert
info_len
>
7
nose
.
tools
.
eq_
(
info_len
,
8
)
assert
log_messages
[
'info'
][
info_len
-
1
].
startswith
(
' Results'
)
...
...
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