def test_different_language_and_country(self):
        s = PlayScraper(hl='da', gl='dk')
        suggestions = s.suggestions('dog')

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

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

        self.assertGreater(len(suggestions), 0)