Skip to content

Add test for *.txt include pattern filtering#116

Merged
cyclotruc merged 1 commit intocoderamp-labs:mainfrom
RyanL2004:feature/add-txt-pattern-test
Jan 9, 2025
Merged

Add test for *.txt include pattern filtering#116
cyclotruc merged 1 commit intocoderamp-labs:mainfrom
RyanL2004:feature/add-txt-pattern-test

Conversation

@RyanL2004
Copy link
Copy Markdown
Contributor

Description

Added test case for verifying file pattern matching with *.txt include pattern.

Changes Made

  • Added test_include_txt_pattern to verify that:
    • Only .txt files are included when using *.txt pattern
    • Python (.py) files are correctly excluded
    • All expected .txt files are found in the correct locations

Related Issue

Addresses TODO comment in test_query_ingestion.py for testing include patterns.

Testing

  • Test has been run locally and passes
  • No modifications to existing code, only adds new test coverage

Copy link
Copy Markdown
Member

@cyclotruc cyclotruc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love that sight of a #TODO being replaced by code
Thank you!

@cyclotruc cyclotruc merged commit aa470aa into coderamp-labs:main Jan 9, 2025
FOLKS-Tech pushed a commit to FOLKS-Tech/gitingest that referenced this pull request Sep 5, 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.

2 participants