Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
22870879
Verified
Commit
22870879
authored
Apr 20, 2020
by
Justin Carpentier
Browse files
python/test: fix
parent
cc45adb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/python/version.py
View file @
22870879
...
...
@@ -9,6 +9,8 @@ class TestVersion(TestCase):
def
test_version
(
self
):
print
(
"version:"
,
pin
.
__version__
)
print
(
"raw_version:"
,
pin
.
__raw_version__
)
self
.
assertTrue
(
pin
.
__version__
)
self
.
assertTrue
(
pin
.
__raw_version__
)
if
__name__
==
'__main__'
:
unittest
.
main
()
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