Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lhcb-dpa
Analysis Productions
LbAPLocal
Commits
93add774
Commit
93add774
authored
Apr 14, 2022
by
Ryunosuke O'Neil
☕
Browse files
Black formatting
parent
a3438fb3
Pipeline
#3851458
passed with stage
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_execute.py
View file @
93add774
...
...
@@ -51,7 +51,7 @@ def test_run_test(
output_fn
=
join
(
output_dir
,
"00012345_00006789_1.D02KK.ROOT"
)
assert
isfile
(
output_fn
)
assert
100
*
1024
<=
os
.
stat
(
output_fn
).
st_size
<=
1024
**
2
assert
100
*
1024
<=
os
.
stat
(
output_fn
).
st_size
<=
1024
**
2
stdout_fn
=
join
(
output_dir
,
"stdout.log"
)
assert
isfile
(
stdout_fn
)
...
...
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