Eisenhaus335 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/400592 )

Change subject: Creating daemonize_tests.py
......................................................................

Creating daemonize_tests.py

Change-Id: I3fb8d7d9963c0ff034c3d3aa3c19161d0b2b9030
---
M tests/daemonize_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/tests/daemonize_tests.py b/tests/daemonize_tests.py
index a4fb615..8cf90a9 100644
--- a/tests/daemonize_tests.py
+++ b/tests/daemonize_tests.py
@@ -18,12 +18,12 @@
     daemonize.daemonize(True, False, False, None)
 
 def test_redirectstd_true():
-    daemonize.daemonize(True, True, False, "Test")
+    daemonize.daemonize(True, True, False, 'Test')
 def test_daemonize_writepid_True():
     os.fork()
     #cannot be tested because spaghetti code
 
-def load_tests(loader, tests, pattern): 
+def load_tests(loader, tests, pattern):
     test_daemonize_os_exit()
     test_daemonize_closedstream_true()
     test_daemonize_closedstream_false()

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fb8d7d9963c0ff034c3d3aa3c19161d0b2b9030
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

Reply via email to