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
record
workbench4record
Commits
3017568e
Commit
3017568e
authored
Sep 19, 2018
by
mvdbeek
Browse files
Drop unnecessary history in test_show_with_wrong_tool_version_in_tool_id test
parent
f6f526a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/api/test_tools.py
View file @
3017568e
...
...
@@ -440,8 +440,7 @@ class ToolsTestCase(api.ApiTestCase):
self
.
assertEqual
(
output1_content
.
strip
(),
"Version "
+
version
)
@
skip_without_tool
(
"multiple_versions"
)
@
uses_test_history
(
require_new
=
False
)
def
test_show_with_wrong_tool_version_in_tool_id
(
self
,
history_id
):
def
test_show_with_wrong_tool_version_in_tool_id
(
self
):
tool_info
=
self
.
_show_valid_tool
(
"multiple_versions"
,
tool_version
=
"0.01"
)
# Return last version
assert
tool_info
[
'version'
]
==
"0.2"
...
...
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