Skip to content

Commit 8e23026

Browse files
committed
Rename an example test
1 parent 2a6b0e1 commit 8e23026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy_bing_test.py renamed to examples/get_ip_with_bing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class MyTestClass(BaseCase):
66

7-
def test_proxy_on_bing(self):
7+
def test_get_ip_address_with_bing(self):
88
self.open('https://www.bing.com/search?q=what+is+my+ip')
99
ip_address = self.get_text("#b_results li.b_top")
1010
print("\n\n%s\n" % ip_address)

0 commit comments

Comments
 (0)