Skip to content

Commit

Permalink
Add unit test data
Browse files Browse the repository at this point in the history
  • Loading branch information
postrational committed Nov 13, 2024
1 parent 486fb24 commit a0b7d05
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@ def test_muffin_cli_from_git(caplog, storage_type):
caplog.set_level(logging.INFO, logger="ragamuffin")
agent_name = "test_agent"

result = runner.invoke(
cli,
[
"generate",
"from_git",
agent_name,
"https://github.com/postrational/ragamuffin/",
"--ref=5e98d0dee031d4cb0ed4b87067021beec8cf0921",
],
)
result = runner.invoke(cli, ["generate", "from_git", agent_name, "https://github.com/octocat/Hello-World/"])
assert result.exit_code == 0
assert agent_name in get_storage().list_agents()

Expand Down

0 comments on commit a0b7d05

Please sign in to comment.