File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515* .egg-info /
1616.installed.cfg
1717* .egg
18- /tests /*
1918logs /
20- __pycache__ /
19+ __pycache__ /
20+ .pytest_cache /
Original file line number Diff line number Diff line change 1- """Python client for Ziggo Next. """
2- from .geocachingapi import GeocachingApi
1+ """Python client for connecting to the Geocaching API """
2+ from .geocachingapi import GeocachingApi
Original file line number Diff line number Diff line change 1+ """Geocaching Api Constants."""
Original file line number Diff line number Diff line change 1+ """Python client for connecting to the Geocaching API"""
Original file line number Diff line number Diff line change 1+ [pytest]
2+ log_format = %(asctime)s %(levelname)s %(message)s
3+ log_date_format = %Y-%m-%d %H:%M:%S
Original file line number Diff line number Diff line change 1+ """Test for Geocaching Api integration."""
2+ from geocachingapi import GeocachingApi
3+ def test ():
4+ assert (True )
You can’t perform that action at this time.
0 commit comments