Using a different connection string during pytest execution

前端 未结 0 812
粉色の甜心
粉色の甜心 2021-01-05 07:36

I have a config file where I keep the connection string for my database

config.py

POSTGRES_USER = os.getenv(\'POSTGRES_USER\')
POSTGRES_PASSWORD = os.g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题