Skip to content

Commit e9455fb

Browse files
authored
Merge pull request #259 from iowarp/cleanup
Cleanup: moved the test_wrp to test folder and updated the workflow, …
2 parents dc2e796 + 1c36d36 commit e9455fb

File tree

6 files changed

+4
-206
lines changed

6 files changed

+4
-206
lines changed

.github/workflows/wrp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
6262
run: |
6363
echo "Running WRP framework tests..."
64-
python -m pytest test_wrp_framework.py -v --tb=short
64+
python -m pytest test/test_wrp_framework.py -v --tb=short

TEST_COVERAGE_IMPROVEMENT_PLAN.md

Lines changed: 0 additions & 205 deletions
This file was deleted.

mcps/parquet/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ uv --directory=$env:CLONE_DIR\iowarp-mcps\mcps\parquet run parquet-mcp --help
152152

153153
**Returns**: Dictionary with preview data, schema information, and file statistics.
154154

155+
156+
157+
155158
## Examples
156159

157160
### 1. Data Discovery and Schema Analysis
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)