knz / datadriven

Data-Driven Testing for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Data-Driven Testing for Go

License:Apache License 2.0


Languages

Language:Go 100.0%