Page MenuHomePhabricator

doctest is not processed with jenkins CI tests
Closed, ResolvedPublic

Description

tox has this entry:

[testenv:doctest]
basepython =python3
commands =
    python {[params]generate_user_files}
    nosetests --version
    nosetests --with-doctest pywikibot {[params]doctest_skip}
deps =
    nose

but this test has not been done since years. Seems it was (accidentally) deactivated with rPWBC7a35ea98c

Event Timeline

Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. · View Herald Transcript
Xqt triaged this task as Medium priority.Feb 25 2021, 10:01 AM
Xqt added a subscriber: JanZerebecki.

Change 666857 had a related patch set uploaded (by Xqt; owner: Xqt):
[integration/config@master] [tests] enable doctests with Pywikibot

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

Change 666857 merged by jenkins-bot:
[integration/config@master] [tests] enable doctests with Pywikibot

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

I have deployed the CI config.

Thanks a lot

Xqt claimed this task.
Xqt removed Xqt as the assignee of this task.