diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:06:52 -0400 | 
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-01 00:06:52 -0400 | 
| commit | f826bc473a0c50fcf55f4e8609aa07622814f902 (patch) | |
| tree | 32665c6608c536c3b3db5b3fa504567043171c91 /tests/integration/cli | |
| parent | c74c51f9fc753c6a870f7c14d5fdd10b152e0991 (diff) | |
[tests] move tests to root folder
Diffstat (limited to 'tests/integration/cli')
| -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  | 
