Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Oct 17, 2023
2 parents b2988a2 + 831be14 commit e1e396a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- dciborow
- patrick.zippenfenig
allow:
- dependency-type: direct
- dependency-type: indirect
Expand All @@ -20,7 +20,7 @@ updates:
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- dciborow
- patrick.zippenfenig
allow:
- dependency-type: direct
- dependency-type: indirect
Expand Down
7 changes: 7 additions & 0 deletions tests/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ def test_fetch_all():
print("Coordinates ", res.Latitude(), res.Longitude(), res.Elevation())
print(res.Timezone(), res.TimezoneAbbreviation())
print("Generation time", res.GenerationtimeMs())


def test_int_client():
"""
This test is marked implicitly as an integration test because the name contains "_init_"
https://docs.pytest.org/en/6.2.x/example/markers.html#automatically-adding-markers-based-on-test-names
"""

0 comments on commit e1e396a

Please sign in to comment.