Skip to content

Commit

Permalink
lsp: Delete MockSphinxClient
Browse files Browse the repository at this point in the history
The tests now use the real thing and there does not seem to be much
benefit in trying to maintain this.
  • Loading branch information
alcarney committed Feb 25, 2024
1 parent 3936891 commit f871260
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from .client import ClientState
from .client import SphinxClient
from .client_mock import MockSphinxClient
from .client_mock import mock_sphinx_client_factory
from .client_subprocess import make_subprocess_sphinx_client
from .config import SphinxConfig
from .manager import SphinxManager
Expand All @@ -19,8 +17,6 @@
"SphinxClient",
"SphinxConfig",
"SphinxManager",
"MockSphinxClient",
"mock_sphinx_client_factory",
]


Expand Down
100 changes: 0 additions & 100 deletions lib/esbonio/esbonio/server/features/sphinx_manager/client_mock.py

This file was deleted.

0 comments on commit f871260

Please sign in to comment.