Author: aarcos.wiki
Description:
Right now the upload-wizard_test.py script doesn't add the category "[[Category:Test images]]" to the images that are uploaded. The category was added manually after running the script. This is suboptimal since users may forget to add this category when they run the tests agains a different environment or with a different user. The test should add this category automatically as part of the actual uploading task. This is simple, just need to add an extra field "text" with the required category to the upload API call, something like:
...
text="[[Category:Test images]]"
...
Here is the script that I want you to modify:
Version: master
Severity: enhancement
Whiteboard: https://www.mediawiki.org/wiki/Google_Code-In#Candidate_tasks