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
vidjil
vidjil
Commits
d584ac61
Commit
d584ac61
authored
Aug 04, 2016
by
Mathieu Giraud
Browse files
tests: should-vdj-to-tap.py, --expected-fails with --revcomp
parent
bf760c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/should-vdj-to-tap.py
View file @
d584ac61
...
...
@@ -294,6 +294,9 @@ if __name__ == '__main__':
"(%d)"
%
sum
(
global_stats_todo
.
values
()))
print
if
args
.
revcomp
:
args
.
expected_fails
*=
2
if
not
global_failed
==
args
.
expected_fails
:
print
"! We were expecting %s non-TODO failed tests, but there are %s such failures."
%
(
args
.
expected_fails
,
global_failed
)
sys
.
exit
(
1
)
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