mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
tests: extend use_flake tests
This commit is contained in:
parent
47da3c88c7
commit
4aad17c4a1
1 changed files with 3 additions and 0 deletions
|
|
@ -97,7 +97,10 @@ class IntegrationTest(unittest.TestCase):
|
|||
text=True,
|
||||
)
|
||||
sys.stderr.write(out2.stderr)
|
||||
# check if gcroot symlink has been created and is still valid
|
||||
self.assertTrue(self.testenv.joinpath(".direnv/flake").is_dir())
|
||||
self.assertIn("using cached dev shell", out2.stderr)
|
||||
|
||||
self.assertEqual(out2.returncode, 0)
|
||||
|
||||
def tearDown(self) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue