MCPcopy Index your code
hub / github.com/python-telegram-bot/python-telegram-bot / VenueTestBase

Class VenueTestBase

tests/_files/test_venue.py:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class VenueTestBase:
45 location = Location(longitude=-46.788279, latitude=-23.691288)
46 title = "title"
47 address = "address"
48 foursquare_id = "foursquare id"
49 foursquare_type = "foursquare type"
50 google_place_id = "google place id"
51 google_place_type = "google place type"
52
53
54class TestVenueWithoutRequest(VenueTestBase):

Callers

nothing calls this directly

Calls 1

LocationClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…