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