Skip to content

Commit

Permalink
Delete extra method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mw6969 committed Aug 3, 2023
1 parent c795aab commit 0a1e44a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions api/tests/integration/ref/basic/version.py.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
*** Testing string is printable ***
True
*** Testing string is valid json ***
True
*** Testing string contains 'majorVersion' key ***
Expand Down
10 changes: 0 additions & 10 deletions api/tests/integration/tests/basic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
indigo = Indigo()


def test_string_is_printable():
print("*** Testing string is printable ***")
try:
str = indigo.versionInfo().isprintable()
print(str)
except:
print("String can't be printed")


def test_string_is_valid_json():
print("*** Testing string is valid json ***")
try:
Expand All @@ -42,7 +33,6 @@ def test_string_has_specific_key(key):
print("True")


test_string_is_printable()
test_string_is_valid_json()
test_string_has_specific_key("majorVersion")
test_string_has_specific_key("minorVersion")
Expand Down

0 comments on commit 0a1e44a

Please sign in to comment.