Skip to content

Commit 88ddc70

Browse files
committed
Update the tests
1 parent 03517e6 commit 88ddc70

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/translations/chinese_test_1.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from seleniumbase.translate.chinese import 硒测试用例
1+
# Chinese Language Test - Python 3 Only!
2+
from seleniumbase.translate.chinese import 硒测试用例 # noqa
23

34

4-
class 测试类(硒测试用例):
5+
class 测试类(硒测试用例): # noqa
56

67
def test_例子1(self):
78
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")

seleniumbase/translate/chinese.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Chinese Language Translations - Python 3 Only!
12
from seleniumbase import BaseCase
23

34

4-
class 硒测试用例(BaseCase):
5+
class 硒测试用例(BaseCase): # noqa
56

67
def 开启网址(self, *args, **kwargs):
78
# open(url)

0 commit comments

Comments
 (0)