mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24: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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
"""Tests for Cursor integration functionality."""
|
||||
|
||||
import base64
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
"""Tests for the install subcommands."""
|
||||
|
||||
from fastmcp.cli.install import install_app
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
"""Tests for the run module functionality."""
|
||||
|
||||
import pytest
|
||||
|
||||
from fastmcp.cli.run import (
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
"""Tests for shared CLI functionality."""
|
||||
|
||||
from fastmcp.cli.cli import _parse_env_var
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue