Skip to content

Commit 62ead19

Browse files
committed
Commad 'test' in setup.py implemented
1 parent c4d4413 commit 62ead19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
pass
3737

3838

39+
# Test runner
40+
# python setup.py test
41+
from tests.setup_command import test
42+
cmdclass["test"] = test
43+
44+
3945
setup(
4046
name = "tarantool",
4147
packages = ["tarantool"],

0 commit comments

Comments
 (0)