Skip to content

Commit e9b8fcb

Browse files
committed
Remove the version test
1 parent 63c2810 commit e9b8fcb

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

tests/expected/option_version.out

-1
This file was deleted.

tests/option_test.py

-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ def test_help_1(self):
1515
help_out.read().decode("utf-8")
1616
)
1717

18-
# @unittest.skip("skip")
19-
def test_version_2(self):
20-
"""help options"""
21-
with open(os.path.join(self.dir_path, "expected/option_version.out"), "rb") as version_out:
22-
self.assertIn(
23-
version_out.read().decode("utf-8").strip(),
24-
self.run_pb(["--version"])
25-
)
26-
2718
# @unittest.skip("skip")
2819
def test_without_backup_path_3(self):
2920
"""backup command failure without backup mode option"""

0 commit comments

Comments
 (0)