forked from HomeLab/unraid-mcp
refactor: remove Docker and HTTP transport support, fix hypothesis cache directory
This commit is contained in:
@@ -6,6 +6,12 @@ from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from fastmcp import FastMCP
|
||||
from hypothesis import settings
|
||||
from hypothesis.database import DirectoryBasedExampleDatabase
|
||||
|
||||
# Configure hypothesis to use the .cache directory for its database
|
||||
settings.register_profile("default", database=DirectoryBasedExampleDatabase(".cache/.hypothesis"))
|
||||
settings.load_profile("default")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user