Exemplo n.º 1
0
    def test_different_language_and_country(self):
        s = PlayScraper(hl='da', gl='dk')
        suggestions = s.suggestions('dog')

        self.assertGreater(len(suggestions), 0)
Exemplo n.º 2
0
    def test_different_language_and_country(self):
        s = PlayScraper(hl="da", gl="dk")
        suggestions = s.suggestions("dog")

        self.assertGreater(len(suggestions), 0)
Exemplo n.º 3
0
    def test_different_language_and_country(self):
        s = PlayScraper(hl='da', gl='dk')
        suggestions = s.suggestions('dog')

        self.assertGreater(len(suggestions), 0)