kean / Get

Web API client built using async/await
MIT License
937 stars 74 forks source link

Feature/track memory leaks #30

Closed nryrk closed 2 years ago

nryrk commented 2 years ago

Hello,

I wrote an trackForMemoryLeaks Helper Function in the XCTestCases to track potential memory leaks.

Thank you for the review.

kean commented 2 years ago

That's an interesting approach, thanks. I also have some automated memory management tests in Nuke using Allocations – it works even for deeply nested objects.