# Computer Control MCP Tests
This directory contains the tests for the Computer Control MCP package.
## Running Tests
To run the tests, use pytest:
```bash
pytest
```
Or with specific test:
```bash
pytest tests/test_computer_control.py
```
## Test Structure
- `conftest.py`: Pytest configuration
- `test_computer_control.py`: Tests for the core functionality