pyvespa
pyvespa copied to clipboard
(feat) Support document expiry
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Why
Ref. #854.
What
- [x] Added unit tests and integration tests, as well as notebook demonstrating how this can be done using the new
ServicesConfiguration
-approach. - [x] Added more explanations ref feedback on #915.
- [x] More robust
validate_services
-function (with tests).
The intention is to add more examples to the advanced-configuration.ipynb
as we go.