Connection instantiation is now synchronous, which necessitated lots of test changes. Many tests became integration tests. Others used better mocking. The big theme on that front is that the FakeServerTest is now gone because it was too difficult to maintain.
Connection instantiation is now synchronous, which necessitated lots of test changes. Many tests became integration tests. Others used better mocking. The big theme on that front is that the
FakeServerTest
is now gone because it was too difficult to maintain.