# datadriven **Repository Path**: mirrors_cockroachdb/datadriven ## Basic Information - **Project Name**: datadriven - **Description**: Data-Driven Testing for Go - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data-Driven Tests for Go This repository implements an extension of [Table-Driven Testing]. Instead of building and iterating over a table in the test code, the input is further separated into files (or inline strings). For certain classes of tests, this can significantly reduce the friction involved in writing and reading these tests. [Table-Driven Testing]: https://github.com/golang/go/wiki/TableDrivenTests