mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
test_gc: remove debug prints
This commit is contained in:
parent
edb067d0f4
commit
391285f590
1 changed files with 0 additions and 4 deletions
|
|
@ -56,8 +56,6 @@ def common_test_clean(direnv_project: DirenvProject) -> None:
|
||||||
profiles = [f for f in files if not f.match("*.rc")]
|
profiles = [f for f in files if not f.match("*.rc")]
|
||||||
if len(rcs) != 1 or len(profiles) != 1:
|
if len(rcs) != 1 or len(profiles) != 1:
|
||||||
print(list(files))
|
print(list(files))
|
||||||
print(list(files))
|
|
||||||
assert False
|
|
||||||
assert len(rcs) == 1
|
assert len(rcs) == 1
|
||||||
assert len(profiles) == 1
|
assert len(profiles) == 1
|
||||||
|
|
||||||
|
|
@ -83,8 +81,6 @@ def test_use_flake(direnv_project: DirenvProject) -> None:
|
||||||
for symlink in inputs:
|
for symlink in inputs:
|
||||||
assert symlink.is_dir()
|
assert symlink.is_dir()
|
||||||
|
|
||||||
files = list((direnv_project.dir / ".direnv").iterdir())
|
|
||||||
print(files)
|
|
||||||
# --impure here is just a way to make sure the environment changes
|
# --impure here is just a way to make sure the environment changes
|
||||||
direnv_project.setup_envrc("use flake --impure")
|
direnv_project.setup_envrc("use flake --impure")
|
||||||
common_test_clean(direnv_project)
|
common_test_clean(direnv_project)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue