"""Test for the owsrequest package.""" import os import pytest pytest.register_assert_rewrite('owsrequest') os.environ['AWS_ACCESS_KEY_ID'] = 'test' os.environ['AWS_SECRET_ACCESS_KEY'] = 'test' os.environ['DEV_DYNAMO_ENDPOINT_URL'] = 'http://localhost:8000' os.environ['DEV_DYNAMO_ACCESS_KEY_ID'] = 'test' os.environ['DEV_DYNAMO_SECRET_ACCESS_KEY'] = 'test' os.environ['DEV_DYNAMO_REGION'] = 'us-east-1'