Skip to content

Commit ef0050a

Browse files
committed
BK-1302 Add test_suite to setup.py and create empty init file
1 parent aaa1655 commit ef0050a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@
2626

2727
install_requires = [
2828
"lxml", "six"
29-
]
29+
],
30+
31+
test_suite = "tests"
3032
)

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)