John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/233192

Change subject: Add missing test modules into ordered list
......................................................................

Add missing test modules into ordered list

Change-Id: I4fc40f809fb2ef4b8ae3c986ed37cd3de957367c
---
M tests/__init__.py
1 file changed, 29 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/92/233192/1

diff --git a/tests/__init__.py b/tests/__init__.py
index 704920d..1d6d053 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -50,11 +50,16 @@
 _pwb_py = os.path.join(_root_dir, 'pwb.py')
 
 library_test_modules = [
+    'python',
     'deprecation',
     'ui',
+    'ui_options',
+    'thread',
     'tests',
     'date',
+    'timestamp',
     'mediawikiversion',
+    'tools',
     'tools_chars',
     'tools_ip',
     'xmlreader',
@@ -64,31 +69,54 @@
     'dry_api',
     'dry_site',
     'api',
+    'exceptions',
+    'oauth',
     'family',
     'site',
     'link',
     'interwiki_link',
+    'interwiki_graph',
+    'basepage',
     'page',
     'category',
     'file',
+    'djvu',
+    'proofreadpage',
     'edit_failure',
+    'edit',
+    'logentry',
     'timestripper',
     'pagegenerators',
+    'cosmetic_changes',
     'wikidataquery',
+    'wikistats',
     'weblib',
     'i18n',
-    'ui',
+    'tk',
     'wikibase',
     'wikibase_edit',
+    'flow',
+    'flow_edit',
     'upload',
+    'site_detect',
+    'bot',
 ]
 
 script_test_modules = [
     'pwb',
     'script',
+    'l10n',
     'archivebot',
+    'checkimages',
     'data_ingestion',
     'deletionbot',
+    'disambredir',
+    'isbn',
+    'protectbot',
+    'reflinks',
+    'replacebot',
+    'uploadbot',
+    'weblinkchecker',
     'cache',
 ]
 

-- 
To view, visit https://gerrit.wikimedia.org/r/233192
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4fc40f809fb2ef4b8ae3c986ed37cd3de957367c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to