Actions
Feature #23254
closedUtilize webmock to prevent network connection during tests
Description
We have about dozen of places where we actually do connections or DNS queries, this can significantly slow down tests when used in loop or many tests. Let's prevent from that.
Updated by Lukas Zapletal about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset df1215f9a0608584ec2520c11ce615e39980a042.
Actions