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 830b711 commit 33ae0b7Copy full SHA for 33ae0b7
tests/test___main__.py
@@ -0,0 +1,6 @@
1
+def test_main(mocker):
2
+ cli = mocker.patch("openapi_python_client.cli.cli")
3
+
4
+ from openapi_python_client import __main__
5
6
+ cli.assert_called_once()
0 commit comments