We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03517e6 commit 88ddc70Copy full SHA for 88ddc70
examples/translations/chinese_test_1.py
@@ -1,7 +1,8 @@
1
-from seleniumbase.translate.chinese import 硒测试用例
+# Chinese Language Test - Python 3 Only!
2
+from seleniumbase.translate.chinese import 硒测试用例 # noqa
3
4
-class 测试类(硒测试用例):
5
+class 测试类(硒测试用例): # noqa
6
7
def test_例子1(self):
8
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")
seleniumbase/translate/chinese.py
+# Chinese Language Translations - Python 3 Only!
from seleniumbase import BaseCase
-class 硒测试用例(BaseCase):
+class 硒测试用例(BaseCase): # noqa
def 开启网址(self, *args, **kwargs):
# open(url)
0 commit comments