mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Add a new unit test for project loading and closing #313

Closed stefanhahmann closed 2 weeks ago

stefanhahmann commented 2 weeks ago

This PR adds a new unit test that tests, if projects can be loaded and closed without causing memory leaks / OutOfMemoryException

stefanhahmann commented 2 weeks ago

I created the test, because I was interested in some specific behavior while loading/closing project. So, there it was not related to any bug or issue on Mastodon core. However, I think, it would be useful for the future, thus I would like to keep it.