gdt-dev / gdt

Go Declarative Testing
Apache License 2.0
4 stars 2 forks source link

remove Suite.ctx field (unused) #1

Closed jaypipes closed 1 year ago

jaypipes commented 1 year ago

Also reduces the level of abstraction needed on suite.From() and scenario.FromReader() and scenario.FromBytes() so that they return concrete types not interfaces. Only the porcelain gdt.From() returns a Runnable interface now.