Eisenhaus335 has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/400620 )
Change subject: Creating daemonize_tests.py ...................................................................... Creating daemonize_tests.py Change-Id: I33f7d7bc1f794c83f07dacd93ce5abe4a124bf15 --- M tests/daemonize_tests.py 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/20/400620/1 diff --git a/tests/daemonize_tests.py b/tests/daemonize_tests.py index 50a1a25..5cdb882 100644 --- a/tests/daemonize_tests.py +++ b/tests/daemonize_tests.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- +"""Test for daemonize -""" -Test for daemonize +Description + """ from __future__ import absolute_import, unicode_literals -- To view, visit https://gerrit.wikimedia.org/r/400620 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I33f7d7bc1f794c83f07dacd93ce5abe4a124bf15 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Eisenhaus335 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
