Skip to content

Commit c252431

Browse files
committed
minor
1 parent 1aa5f64 commit c252431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/environment_configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def external_envfile_dict(request: pytest.FixtureRequest) -> EnvVarsDict:
3838
print("🚨 EXTERNAL `envfile` option detected. Loading", envfile, "...")
3939

4040
assert isinstance(envfile, Path)
41+
assert envfile.exists()
4142
assert envfile.is_file()
4243

4344
envs = load_dotenv(envfile)

0 commit comments

Comments
 (0)