MCPcopy Create free account
hub / github.com/gawel/pyquery / TestWebScrappingEncoding

Class TestWebScrappingEncoding

tests/test_pyquery.py:926–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924
925
926class TestWebScrappingEncoding(TestCase):
927
928 def test_get(self):
929 d = pq(url='http://ru.wikipedia.org/wiki/Заглавная_страница',
930 method='get')
931 print(d)
932 self.assertEqual(d('#pt-login').text(), 'Войти')
933
934
935class TestWebScrappingTimeouts(TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…