Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 417 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 417 Bytes

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.