-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from bundesAPI/feat-new-python-versions
Set protobuf to lower version to avoid installation error #65 ) Updated lock Use latest available patch per python version Update github action name for docs use fixed python version for doc creation
- Loading branch information
Showing
7 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from deutschland.geo import Geo | ||
|
||
|
||
def test_basic_query(): | ||
geo = Geo() | ||
# top_right and bottom_left coordinates | ||
data = geo.fetch( | ||
[52.530116236589244, 13.426532801586827], | ||
[52.50876180448243, 13.359631043007212], | ||
) | ||
|
||
assert len(data.keys()) > 0 |
File renamed without changes.
File renamed without changes.