All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- Unit tests verifying queueing/blocking requests and executing them in order
GenericRestClient._blockRequestUntilis now called every time when the request is on top of the pending requests queue rather than only once- If
GenericRestClient._blockRequestUntilrejects, the whole request is properly rejected - All the
asserts now properly clear the request queues before throwing