[deployment] select .env according to env var
This commit is contained in:
parent
3fdc60d9e5
commit
ecd80c291a
5 changed files with 17 additions and 15 deletions
5
config/test.py
Normal file
5
config/test.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
|
||||
|
||||
def test_we_are_using_the_correct_envpath():
|
||||
assert os.environ.get("ENV_PATH", "") == ".env.test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue