Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
ea2fa09c
Commit
ea2fa09c
authored
Apr 16, 2017
by
Paul McCarthy
Browse files
Gaargh, it was still broken!
parent
e5fdadb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_async.py
View file @
ea2fa09c
...
...
@@ -489,4 +489,7 @@ def test_mutex():
t1
.
join
()
t2
.
join
()
assert
t
[
0
].
method2start
>
t
[
0
].
method1end
# Either t1 has to start and
# finish before t2 or vice versa
assert
(
t
[
0
].
method2start
>
t
[
0
].
method1end
or
t
[
0
].
method1start
>
t
[
0
].
method2end
)
Write
Preview
Supports
Markdown
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