add postgres
This commit is contained in:
@@ -9,6 +9,11 @@ import pytest
|
||||
def pytest_configure():
|
||||
os.environ['TZ'] = 'America/Sao_Paulo'
|
||||
os.environ['MEILISEARCH_HOST'] = 'http://127.0.0.1:7700'
|
||||
os.environ['POSTGRES_DB'] = 'pytest'
|
||||
os.environ['POSTGRES_HOST'] = 'localhost'
|
||||
os.environ['POSTGRES_PORT'] = '5432'
|
||||
os.environ['POSTGRES_USER'] = 'postgres'
|
||||
os.environ['POSTGRES_PASSWORD'] = 'pgsql@pwd'
|
||||
|
||||
|
||||
def load_jsonfile(path: str) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user