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/bonafide/test_bonafide_stub.py | |
parent | c74c51f9fc753c6a870f7c14d5fdd10b152e0991 (diff) |
[tests] move tests to root folder
Diffstat (limited to 'tests/integration/bonafide/test_bonafide_stub.py')
-rw-r--r-- | tests/integration/bonafide/test_bonafide_stub.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/integration/bonafide/test_bonafide_stub.py b/tests/integration/bonafide/test_bonafide_stub.py new file mode 100644 index 0000000..7b1cbbb --- /dev/null +++ b/tests/integration/bonafide/test_bonafide_stub.py @@ -0,0 +1,5 @@ +from leap.bitmask.bonafide import * + + +def test_stub(): + assert True |