Skip to content

Conversation

@RyanL2004
Copy link
Contributor

@RyanL2004 RyanL2004 commented Jan 10, 2025

Old version:

Test that when using a pattern for a non-existent file extension *.qwerty,
no files are processed despite other valid files being present in the directory.

New version:

Test that when using a pattern for a non-existent file extension *.qwerty,
no files are matched or included in the result, but the directory structure
information is still captured.

This test verifies:

  1. The scan completes without errors
  2. No files are matched with the non-existent extension
  3. Directory structure is still captured but empty since no files match
  4. File information is present but content is ignored due to no matches
  5. pytest:
    image

@RyanL2004 RyanL2004 closed this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant