gdt-dev / gdt

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

Remove `Runnable` interface. #4

Closed a-hilaly closed 1 year ago

a-hilaly commented 1 year ago

This patch removes the Runnable interface and replaces it with Suite struct.

There are two main changes: