jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349786 )
Change subject: Remove featured.py out of the script_tests.py ......................................................................
Remove featured.py out of the script_tests.py
- featured.py is archived and longer compatible with Wikimedia sites. It is not tested anymore because it resides in archive folder. The featured parts could be removed then.
Change-Id: I4ebb7de9a234a2da646f4b5a634851248a6ba478 --- M tests/script_tests.py 1 file changed, 1 insertion(+), 3 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 6bc8c32..7743c73 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Test that each script can be compiled and executed.""" # -# (C) Pywikibot team, 2014-2016 +# (C) Pywikibot team, 2014-2017 # # Distributed under the terms of the MIT license. # @@ -120,7 +120,6 @@ 'checkimages', 'clean_sandbox', 'disambredir', - 'featured', 'imagerecat', 'login', 'lonelypages', @@ -145,7 +144,6 @@ no_args_expected_results = { # TODO: until done here, remember to set editor = None in user_config.py 'editarticle': 'Nothing changed', - 'featured': '0 pages written.', 'freebasemappingupload': 'Cannot find ', 'harvest_template': 'ERROR: Please specify', 'imageuncat': 'WARNING: This script is primarily written for Wikimedia Commons',