Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 5, 2021
1 parent a29c2a1 commit b5b9629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion amypet/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def __init__(
):
"""
Args:
func (callable): e.g. `miutil.hasext`
func (callable): e.g. `os.path.isdir`
doc (str): an `argopt`-compatible docstring for `func`
version (str): optional
"""
Expand Down
4 changes: 0 additions & 4 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from amypet.cli import main


def test_run():
main(["hasext", "foo.bar", "bar"])


def test_cmd(nvml):
main(["cuinfo", "-n"])

0 comments on commit b5b9629

Please sign in to comment.