We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948bb2c commit cd7458fCopy full SHA for cd7458f
1 file changed
justfile
@@ -10,16 +10,11 @@ build:
10
# Run tests for all packages
11
test: build
12
just test-oauth
13
- just test-mcp
14
15
# Run tests for OAuth package
16
test-oauth:
17
cd packages/oauth && uv run --extra test pytest tests/ -v
18
19
-# Run tests for MCP package
20
-test-mcp:
21
- cd packages/mcp && uv run --extra test pytest tests/ -v
22
-
23
# Run tests for a specific package
24
test-package PACKAGE:
25
cd packages/{{PACKAGE}} && uv run --extra test pytest tests/ -v
0 commit comments