| 42 | |
| 43 | |
| 44 | class 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 | |
| 54 | class TestVenueWithoutRequest(VenueTestBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…