Testing Skill This skill helps you run and troubleshoot tests in the DBHub project. Quick Commands Before running tests, consult TESTING.md for comprehensive documentation. Common test commands: - - Run all tests - - Run tests in watch mode - - Run integration tests (requires Docker) - - Test specific database connector Integration Testing Integration tests use Testcontainers to run real database instances in Docker. Prerequisites Checklist Before running integration tests, verify: 1. Docker is installed and running: 2. Sufficient Docker memory allocated (4GB+ recommended) 3. Network access t…