Skip to content

Commit 693f128

Browse files
committed
Added test
1 parent 6c1754f commit 693f128

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_import.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# As long as this file can be imported, we are good.
3+
from sentry_sdk import *
4+
5+
6+
def test_import():
7+
# As long as this file can be imported, we are good.
8+
assert True
9+

0 commit comments

Comments
 (0)