mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Ensure test is platform agnostic
This commit is contained in:
parent
c1aad2aa23
commit
7b90ea4cb5
5 changed files with 1 additions and 11 deletions
|
|
@ -1,5 +1,3 @@
|
|||
"""Tests for the main CLI functionality."""
|
||||
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
from unittest.mock import Mock, patch
|
||||
|
|
@ -52,7 +50,7 @@ class TestMainCLI:
|
|||
"--with",
|
||||
"fastmcp",
|
||||
"--with-editable",
|
||||
"/path/to/package",
|
||||
str(editable_path),
|
||||
"fastmcp",
|
||||
"run",
|
||||
"server.py",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue