JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
757 stars 207 forks source link

Question #201

Open bubbsJanko opened 10 months ago

bubbsJanko commented 10 months ago

I am new to python you are such a great programmer and great project. I was just curious how in this file https://github.com/JoMingyu/google-play-scraper/blob/master/tests/e2e_tests/test_permissions.py from google_play_scraper.features.permissions import permissions

If I have the same folder structure and I try to get something from a sibling directory it does not work in vscode. But it works in pycharm. What code editor do you use and I thought maybe you could shed some light on why this happens. I came across this issue when trying to do tests on my own project.

Thank you very much!