def test_remove_symbols_strings(self):
     assert async_scrape.remove_symbols(
         "__360noscope&hello😆.") == "     noscope hello  "
 def test_remove_symbols_from_url(self):
     assert async_scrape.remove_symbols(
         "http://pytest.org/latest/getting-started.html") == "http   pytest org latest getting started html"