Details
Details
- Reviewers
ardumont vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T3181: docker-dev: fix vault test which fails the build
- Commits
- rDENV80e43a5fbe72: docker/tests: Fix symlink handling in test_vault_directory
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I don't like this test... it feels like it's re-implementing part of the vault and comparing the two impls...
docker/tests/test_vault.py | ||
---|---|---|
45–53 | please, if C: A else: B instead of if not C: B else: A |