Skip to content

Commit

Permalink
Merge 86e62af into 1ac67e7
Browse files Browse the repository at this point in the history
  • Loading branch information
m3brown committed Dec 5, 2021
2 parents 1ac67e7 + 86e62af commit ce989c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plz-cmd"
version = "0.9.0"
version = "1.0.0"
description = "command line app for running configurable shell commands"
readme = "README.md"
authors = ["Mike Brown <mike.brown@excella.com>"]
Expand Down
2 changes: 0 additions & 2 deletions tests/main_test.py
Expand Up @@ -326,7 +326,6 @@ def test_command_detail_prints_to_stdout(capfd):
def test_list_options_prints_output(capfd):
# Arrange
config = get_sample_config()
config["commands"]["bar"] = {"cmd": "baz"}

# Act
main.list_options(config)
Expand All @@ -339,7 +338,6 @@ def test_list_options_prints_output(capfd):
"""
Available commands from config:
- testcmd
- bar
"""
).lstrip()
Expand Down

0 comments on commit ce989c1

Please sign in to comment.