Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
20ed5eb7
Commit
20ed5eb7
authored
Apr 14, 2019
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve a bit the verbosity of a test
parent
05f429b1
Pipeline
#24121
passed with stages
in 8 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_libmat2.py
tests/test_libmat2.py
+2
-2
No files found.
tests/test_libmat2.py
View file @
20ed5eb7
...
...
@@ -17,8 +17,8 @@ class TestCheckDependencies(unittest.TestCase):
except
RuntimeError
:
return
# this happens if not every dependency is installed
for
value
in
ret
.
value
s
():
self
.
assertTrue
(
value
)
for
key
,
value
in
ret
.
item
s
():
self
.
assertTrue
(
value
,
"The value for %s is False"
%
key
)
class
TestParserFactory
(
unittest
.
TestCase
):
...
...
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