We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4a54a commit 007a167Copy full SHA for 007a167
1 file changed
tests/test_cli.py
@@ -16,7 +16,6 @@
16
main,
17
)
18
from techui_builder.schema_generator import app as schema_app
19
-from techui_builder.version import app as version_app
20
21
runner = CliRunner()
22
@@ -33,7 +32,7 @@ def test_app():
33
32
34
35
def test_app_version():
36
- result = runner.invoke(version_app)
+ result = runner.invoke(app, ["--version"])
37
assert result.exit_code == 0
38
assert "techui-builder version:" in result.output
39
0 commit comments