diff options
Diffstat (limited to 'tests/integration/cli/test_cli_stub.py')
-rw-r--r-- | tests/integration/cli/test_cli_stub.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/integration/cli/test_cli_stub.py b/tests/integration/cli/test_cli_stub.py new file mode 100644 index 0000000..70713c5 --- /dev/null +++ b/tests/integration/cli/test_cli_stub.py @@ -0,0 +1,5 @@ +from leap.bitmask.cli import * + + +def test_cli_stub(): + assert True |