Move stuff over from previous incarnation into new frame
Thanks to Simon Wilson for the layout
This commit is contained in:
commit
6be6afdbc3
15 changed files with 799 additions and 0 deletions
10
tests/test_cry.py
Normal file
10
tests/test_cry.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from click.testing import CliRunner
|
||||
from cry.cli import cli
|
||||
|
||||
|
||||
def test_version():
|
||||
runner = CliRunner()
|
||||
with runner.isolated_filesystem():
|
||||
result = runner.invoke(cli, ["--version"])
|
||||
assert result.exit_code == 0
|
||||
assert result.output.startswith("cli, version ")
|
||||
Loading…
Add table
Add a link
Reference in a new issue