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

Method test_get

tests/test_pyquery.py:928–932  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 1

textMethod · 0.80

Tested by

no test coverage detected