testing
✓테스트 작성 방법, 각 테스트 유형을 사용하는 시기 및 실행 방법. `.test`를 `.sqltest`로 변환하는 방법과 `.sqltest` 및 Rust 테스트를 작성하는 방법에 대한 정보가 포함되어 있습니다.
SKILL.md
| .sqltest | turso-test-runner/tests/ | SQL compatibility. Preferred for new tests | | TCL .test | testing/ | Legacy SQL compat (being phased out) | | Rust integration | tests/integration/ | Regression tests, complex scenarios | | Fuzz | tests/fuzz/ | Complex features, edge case discovery |
Note: TCL tests are being phased out in favor of turso-test-runner. The .sqltest format allows the same test cases to run against multiple backends (CLI, Rust bindings, etc.).
You must start converting TCL tests with the convert command from the test runner (e.g cargo run -- convert -o ). It is not always accurate, but it will convert most of the tests. If some conversion emits a warning you will have to write by hand whatever is missing from it (e.g unroll a for each loop by hand). Then you need to verify the tests work by running them with make -C turso-test-runner run-rust, and adjus...
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/tursodatabase/turso --skill testing- 카테고리
- </>개발 도구
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
testing이란?
테스트 작성 방법, 각 테스트 유형을 사용하는 시기 및 실행 방법. `.test`를 `.sqltest`로 변환하는 방법과 `.sqltest` 및 Rust 테스트를 작성하는 방법에 대한 정보가 포함되어 있습니다. 출처: tursodatabase/turso.
testing 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tursodatabase/turso --skill testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/tursodatabase/turso
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-01