Skip to content

Commit b772991

Browse files
test: Added checking for thread core package
1 parent 980ba6b commit b772991

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/__init__.py

Whitespace-only changes.

tests/test_placeholder.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def test_packagesExist():
2+
import thread
3+
4+
assert thread

0 commit comments

Comments
 (0)