tschwecke / harvey

Easy and fast integration testing of RESTful web services
21 stars 9 forks source link

Support direct referencing of dependencies across json files #45

Closed tschwecke closed 10 years ago

mac- commented 10 years ago

Adding imports section to test suite that will (for now) pull in all requestTemplates, responseTemplates, and setupAndTeardowns from other files so they can be referenced in the active test file like so:

{
    "imports": [{
        "file": "test.json"
    }]
    ...
}