tox-ansible icon indicating copy to clipboard operation
tox-ansible copied to clipboard

tox-ansible should not dig for scenario among untracked files

Open ssbarnea opened this issue 3 years ago • 2 comments

I recently come to a bug where I realised that scenarios from other repositories which where cloned during testing endup being detected by tox-ansible.

I think that the only safe way to assure we do not dig too much is to rely on git ls-files output instead of using globbing.

@greg-hellings What do you think?

ssbarnea avatar Mar 25 '21 13:03 ssbarnea