reorg tests
This commit is contained in:
parent
881cdf0091
commit
d552e92fbe
1 changed files with 0 additions and 0 deletions
10
tests/tests_cli/test_smoke_test.py
Normal file
10
tests/tests_cli/test_smoke_test.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from click.testing import CliRunner
|
||||
|
||||
from xexe.cli import smoke_test
|
||||
|
||||
|
||||
def test_smoke_test():
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(smoke_test)
|
||||
assert result.exit_code == 0
|
||||
assert "Oink oink!" in result.output
|
||||
Loading…
Add table
Add a link
Reference in a new issue