diff --git a/tests/__init__.py b/tests/__init__.py index 3b7db6bc1a..00e5dbf1fd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -102,23 +102,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', @@ -130,6 +135,7 @@ def create_path_func(base_func, subpath): 'upload', 'uploadbot', 'user', + 'version', 'wikibase', 'wikibase_edit', 'wikiblame', @@ -152,6 +158,7 @@ def create_path_func(base_func, subpath): 'interwikidata', 'l10n', 'make_dist', + 'noreferences', 'patrolbot', 'protectbot', 'pwb',