mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
commit
a46ea78bfa
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ class IntegrationTest(unittest.TestCase):
|
||||||
shutil.copytree(TEST_ROOT.joinpath("testenv"), self.testenv)
|
shutil.copytree(TEST_ROOT.joinpath("testenv"), self.testenv)
|
||||||
direnvrc = str(TEST_ROOT.parent.joinpath("direnvrc"))
|
direnvrc = str(TEST_ROOT.parent.joinpath("direnvrc"))
|
||||||
with open(self.testenv.joinpath(".envrc"), "w") as f:
|
with open(self.testenv.joinpath(".envrc"), "w") as f:
|
||||||
f.write(f"source {direnvrc}\n")
|
f.write(f"source {direnvrc}\n" "use nix")
|
||||||
f.write(f"use nix")
|
|
||||||
|
|
||||||
def test_direnv(self) -> None:
|
def test_direnv(self) -> None:
|
||||||
run(["direnv", "allow"], cwd=str(self.testenv), env=self.env, check=True)
|
run(["direnv", "allow"], cwd=str(self.testenv), env=self.env, check=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue