diff --git a/tests/__init__.py b/tests/__init__.py index 43aed9d970..ce5f2c9106 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -100,23 +100,28 @@ def create_path_func(base_func, subpath): 'memento', 'mysql', 'namespace', + 'oauth', 'page', 'pagegenerators', 'paraminfo', 'plural', 'proofreadpage', + 'setup', 'site', 'site_decorators', 'site_generators', 'site_detect', + 'site_login_logout', 'site_obsoletesites', 'siteinfo', + 'superset', 'sparql', 'tests', 'textlib', 'thanks', 'time', 'timestripper', + 'titletranslate', 'token', 'tools', 'tools_chars', @@ -128,6 +133,7 @@ def create_path_func(base_func, subpath): 'upload', 'uploadbot', 'user', + 'version', 'wikibase', 'wikibase_edit', 'wikiblame', @@ -150,6 +156,7 @@ def create_path_func(base_func, subpath): 'interwikidata', 'l10n', 'make_dist', + 'noreferences', 'patrolbot', 'protectbot', 'pwb',