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

Change subject: Create editor_tests.py
......................................................................

Create editor_tests.py

Change-Id: Iad3a953a237736e5e5dbb526e2333041addcff3e
---
M tests/editor_tests.py
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/06/401006/1

diff --git a/tests/editor_tests.py b/tests/editor_tests.py
index 81e8f55..0e553c2 100644
--- a/tests/editor_tests.py
+++ b/tests/editor_tests.py
@@ -12,13 +12,13 @@
 
 
 def test_editor_edituserconfigpy_same():
-    editor.edit(text=None,jumpIndex=200,highlight='test1')
+    editor.edit(text=None, jumpIndex=200, highlight='test1')
 
 
 def test_editor_edituserconfigpy():
-    editor.edit(text='test1',jumpIndex=200,highlight='test1')
+    editor.edit(text='test1', jumpIndex=200, highlight='test1')
 
 
 def test_editor_command():
-    tempfile.TemporaryFile(suffix='test',prefix='txt',dir=os.getcwd())
-    editor.command(tempFilename=os.getcwd()+'test.txt',text='test')
+    tempfile.TemporaryFile(suffix='test', prefix='txt', dir=os.getcwd())
+    editor.command(tempFilename=os.getcwd() + 'test.txt', text='test')

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad3a953a237736e5e5dbb526e2333041addcff3e
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Eisenhaus335 <greenzone...@outlook.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to