Add testing sub-pkg

expose_tractor_test
Tyler Goodlet 2018-11-26 14:16:29 -05:00
parent 512a2f25a2
commit 321c096496
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ setup(
platforms=['linux'], platforms=['linux'],
packages=[ packages=[
'tractor', 'tractor',
'tractor.testing',
], ],
install_requires=['msgpack', 'trio>0.8', 'async_generator', 'colorlog'], install_requires=['msgpack', 'trio>0.8', 'async_generator', 'colorlog'],
tests_require=['pytest'], tests_require=['pytest'],