experiment/entable: v0.1.0 Beta 1
Pre-release
Pre-release
JosiahWitt
released this
13 Feb 02:39
·
16 commits
to master
since this release
Changes
- Adds a new experimental
experiment/entable
module that contains helpers for building table-driven tests. These includeentable.T
for building a table,entable.G
for building a table nested within a group, andentable.Builder
for building complex collections of entries, tables, and groups.