blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

Create test suite management for dgr test #185

Open hightoxicity opened 8 years ago

hightoxicity commented 8 years ago

To have a better code coverage and to test all wanted behavior switch different attributes values (that is to say test cases) in input of templating, it would be really nice to introduce the test suite notion, and permit to have several yaml sets for several test cases.

cf. kitchen test suites https://github.com/test-kitchen/test-kitchen/wiki/Getting-Started

n0rad commented 8 years ago

a list of tests directories should be enough ?

You can vary the attributes in each test/attributes

hightoxicity commented 8 years ago

Yes I think this should be a good way to be able to do it :-)