iceshard-engine / engine

A personal game engine project, with development focus towards 2D/2.5D games.
https://www.iceshard.net/engine
MIT License
38 stars 3 forks source link

Create strong unit tests for all collection types. #140

Open Dandielo opened 2 years ago

Dandielo commented 2 years ago

The tests in questions need to cover all functions, and complexity possibilities.

Additionally nice to have are extended tests for:

_Originally posted by @Dandielo in https://github.com/iceshard-engine/engine/pull/139#discussion_r1001747269_

Dandielo commented 1 year ago

Make really robust tests for string find_* operations.