| 924 | |
| 925 | |
| 926 | class 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 | |
| 935 | class TestWebScrappingTimeouts(TestCase): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…