Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 5, 2024
1 parent 1aa5f64 commit c252431
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def external_envfile_dict(request: pytest.FixtureRequest) -> EnvVarsDict:
print("🚨 EXTERNAL `envfile` option detected. Loading", envfile, "...")

assert isinstance(envfile, Path)
assert envfile.exists()
assert envfile.is_file()

envs = load_dotenv(envfile)
Expand Down

0 comments on commit c252431

Please sign in to comment.