This website requires JavaScript.
Explore
Help
Sign in
janek
/
mostr-zulip-bot
Watch
1
Star
0
Fork
You've already forked mostr-zulip-bot
0
Code
Issues
Pull requests
Releases
Activity
3e2f839946
mostr-zulip-bot
/
zulip_botserver
/
tests
/
__init__.py
4 lines
67 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 20:19:39 +02:00
import
pkgutil
mypy: zulip_botserver: Fix errors in tests/__init__.py.
2017-10-12 00:34:31 -04:00
Upgrade requirements. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-25 13:09:26 -07:00
__path__
=
pkgutil
.
extend_path
(
__path__
,
__name__
)
Reference in a new issue
Copy permalink