This website requires JavaScript.
Explore
Help
Sign In
xenofem
/
python-zulip-api
Watch
1
Star
0
Fork
You've already forked python-zulip-api
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
fd519252d6
python-zulip-api
/
zulip_botserver
/
tests
/
__init__.py
3 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
zulip package: Add unittest As the first unittest, this creates a test directory and abnd adds it tho the excluded pip package files. There are two `tests` directories now, one in zulip_botserver and one in zulip. This confuses the unittest runner, leading to failed test imports. Therefore, we need to tell the package importer that there are multiple tests directories, all of which should be considered for a search.
2017-09-04 14:19:39 -04:00
import
pkgutil
__path__
=
pkgutil
.
extend_path
(
__path__
,
__name__
)
Reference in a new issue
Copy permalink