gdt-dev / gdt

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

`fixture.Start` should return `error` #28

Closed jaypipes closed 3 months ago

jaypipes commented 3 months ago

In order to better handle setup failures in fixtures, the fixture.Start() interface method should return error.

Scenario.Run should check for any fixture start failure and call Stop() on any already-started fixtures.