Skip to content

Commit cd7458f

Browse files
committed
chore: mcp has no tests yet
1 parent 948bb2c commit cd7458f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ build:
1010
# Run tests for all packages
1111
test: build
1212
just test-oauth
13-
just test-mcp
1413

1514
# Run tests for OAuth package
1615
test-oauth:
1716
cd packages/oauth && uv run --extra test pytest tests/ -v
1817

19-
# Run tests for MCP package
20-
test-mcp:
21-
cd packages/mcp && uv run --extra test pytest tests/ -v
22-
2318
# Run tests for a specific package
2419
test-package PACKAGE:
2520
cd packages/{{PACKAGE}} && uv run --extra test pytest tests/ -v

0 commit comments

Comments
 (0)