Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@ uv run python -m unittest tests.unit.test_adapters -v
timeout 30 uv run python -m unittest discover -s tests/integration -v
```

### Database Integration Tests

Requires Docker for running test databases.

```bash
# Start test databases
docker compose -f docker-compose.test.yml up -d

# Run database tests
uv run python -m unittest tests.integration.test_database -v

# Stop databases
docker compose -f docker-compose.test.yml down
```

### E2E Tests

E2E tests validate full instrumentation workflows using Docker containers. They record real API interactions and verify replay behavior using the Tusk CLI.
Expand Down
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

56 changes: 0 additions & 56 deletions docker-compose.test.yml

This file was deleted.

File renamed without changes.
47 changes: 46 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.