============================= test session starts =============================
platform win32 -- Python 3.12.10, pytest-9.0.2, pluggy-1.6.0
rootdir: C:\Projects\GitHub\mcp-server-for-powershell
configfile: pyproject.toml
plugins: anyio-4.12.0
collected 0 items / 3 errors

=================================== ERRORS ====================================
________________ ERROR collecting tests/test_json_commands.py _________________
ImportError while importing test module 'C:\Projects\GitHub\mcp-server-for-powershell\tests\test_json_commands.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\Python312\Lib\importlib\__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\test_json_commands.py:11: in <module>
    from server import run_powershell, _construct_script
E   ModuleNotFoundError: No module named 'server'
_______________ ERROR collecting tests/test_restricted_path.py ________________
ImportError while importing test module 'C:\Projects\GitHub\mcp-server-for-powershell\tests\test_restricted_path.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\Python312\Lib\importlib\__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\test_restricted_path.py:19: in <module>
    import server
E   ModuleNotFoundError: No module named 'server'
_______________ ERROR collecting tests/test_server_security.py ________________
ImportError while importing test module 'C:\Projects\GitHub\mcp-server-for-powershell\tests\test_server_security.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\Python312\Lib\importlib\__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\test_server_security.py:8: in <module>
    from server import run_powershell
E   ModuleNotFoundError: No module named 'server'
=========================== short test summary info ===========================
ERROR tests/test_json_commands.py
ERROR tests/test_restricted_path.py
ERROR tests/test_server_security.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 3 errors in 0.41s ==============================
