Skip to content

Commit

Permalink
test: add logger to remoteQuery tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 8, 2024
1 parent 12f0bee commit b3efd9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
# along with osm_rawdata. If not, see <https:#www.gnu.org/licenses/>.
#

import logging
import os

import geojson

import osm_rawdata as rw
from osm_rawdata.postgres import PostgresClient

log = logging.getLogger(__name__)

rootdir = rw.__path__[0]
if os.path.basename(rootdir) == "osm_rawdata":
rootdir = "./tests/"
Expand Down

0 comments on commit b3efd9d

Please sign in to comment.