-
Notifications
You must be signed in to change notification settings - Fork 0
/
_test.example.py
30 lines (27 loc) · 905 Bytes
/
_test.example.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
"""List of extensions to test.
* Rename this file to `_test.py`.
* List extensions to test under `TEST_EXTENSIONS` tuple
* the names should be listed without `extensions.` prefix, i.e. `'community.moderation'`
* to ignore the list and use all extensions anyway - set the variable USE_ALL_EXTENSIONS to True
"""
TEST_EXTENSIONS = (
"dev.sync",
# 'dev.reload',
# 'dev.utilities',
# 'community.moderation'
# 'hideout.scrape',
# "dota_news.bugtracker",
#####################################
# 'meta.meta.help',
# 'community.fix_links',
# 'info.schedule',
"community.twitch_notifications",
# 'fpc_notifications.dota',
# 'meta.meta',
# 'educational.language'
# "beta",
# "reminders.reminders",
# "user_settings.timezone",
)
# Change this to `True` if you want to run all extensions on the test bot anyway
USE_ALL_EXTENSIONS = False