2025-05-17 22:18:41
This post will give a quick summary on how to import GPX route into Garmin watch.
2025-05-14 00:28:20
When I try to run pytest
locally for a Python project,
I noticed that the import in those test scripts may fail if I run pytest
in different directories.
The import error usually means that your actual code modules is not in the python path,
so they can not be imported successfully by your test scripts.
This has something to do with how pytest set up the python path when you run it.
2025-03-06 04:12:07
When we are using 3rd packages in Python, we may see some warning messages. For example, when you use the package BeautifulSoup and provide it with an url: