tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

test: define test space format once #86

Closed ligurio closed 2 years ago

ligurio commented 2 years ago

Now every test file defines it's own test space format. However all these formats are similar and we can define once in helpers to avoid code duplication.