Skip to content

Commit d541f01

Browse files
authored
chore: misc cleanup (#27)
1 parent 611bcef commit d541f01

File tree

5 files changed

+46
-77
lines changed

5 files changed

+46
-77
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,6 @@ uv run python -m unittest tests.unit.test_adapters -v
4545
timeout 30 uv run python -m unittest discover -s tests/integration -v
4646
```
4747

48-
### Database Integration Tests
49-
50-
Requires Docker for running test databases.
51-
52-
```bash
53-
# Start test databases
54-
docker compose -f docker-compose.test.yml up -d
55-
56-
# Run database tests
57-
uv run python -m unittest tests.integration.test_database -v
58-
59-
# Stop databases
60-
docker compose -f docker-compose.test.yml down
61-
```
62-
6348
### E2E Tests
6449

6550
E2E tests validate full instrumentation workflows using Docker containers. They record real API interactions and verify replay behavior using the Tusk CLI.

MANIFEST.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

docker-compose.test.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

uv.lock

Lines changed: 46 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)