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

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

Creating daemonize_tests.py

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


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/26/400926/1

diff --git a/tests/daemonize_tests.py b/tests/daemonize_tests.py
index dee9435..07c9790 100644
--- a/tests/daemonize_tests.py
+++ b/tests/daemonize_tests.py
@@ -37,11 +37,11 @@
 
 def test_daemonize_writepid_True():
     os.fork()
-    #cannot be tested because spaghetti code
+    # cannot be tested because spaghetti code
 
 
 if __name__ == '__main__':  # pragma: no cover
     try:
         unittest.main()
     except SystemExit:
-pass
+        pass

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

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