gregoil / rotest

Resource oriented testing framework
MIT License
24 stars 5 forks source link

Propagate data pointers when declaring sub resources #176

Closed UnDarkle closed 4 years ago

UnDarkle commented 4 years ago

enable doing ComplexResource(BaseResource): DATA_CLASS = SomeComplexData subresource = SubResource.request(ip_address=SomeComplexData.sub_data.ip_address)