dhis2 / performance-tests-locust

DHIS2 performance tests using locust.io
3 stars 2 forks source link

refactor: uses api-test-utils #24

Closed vilkg closed 4 years ago

vilkg commented 4 years ago

This PR makes use of the api-test-utils framework that is meant to be shared by the API tests and performance tests. Abstracts away rest-assured a bit by utilizing helper class ApiResponse instead of Response. Provides helper methods for posting, getting, updating entities and means to inspect the response.