Skip to content

Commit

Permalink
remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Mar 28, 2024
1 parent 82127cd commit 1015e7b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ def test_general_help(cmd):
)


def test_version(cmd):
from simplebot import __version__ as version

cmd.run_ok(
["--version"],
"""
*{}*
""".format(
version
),
)


class TestSettings:
def test_get_set_list(self, mycmd):
mycmd.run_fail(["db", "--get", "hello"])
Expand Down

0 comments on commit 1015e7b

Please sign in to comment.