Unity Test Extensions Library (now on GitHub)

To everybody who’s involved in testing with Unity, i just started this open source project.
The goal is to create a set of extensions, helpers and utilities on top of the Unity Test Framework.

First set of changes was pushed >> GitHub - liortal53/UnityTestingExtensions: Unity Test Framework Extension Library

Documentation and updates will soon follow! Star / fork this repository.

Feel free to let me know what would you like to see added.

4 Likes

Ok I’m watching and starring :slight_smile:

Thanks! my plan is to initially add all the boilerplate stuff (shown in Unite Copenhagen), and add on more stuff gradually.

Do you have anything you’d like to see in such a library?

Can you add a list of features as bulletpoints to the README? Or a link to some kind of overview of what you’re adding (implemented vs not-implemented list is fine too) - just something so I know what I’m looking at :slight_smile:

1 Like

(my current grab-bag of extensions is mostly stuff like: adding missing methods to the Assert class)

Hi! i am working on adding some proper documentation (as well as more functionality to this project).

1 Like

Initial readme file was updated. stay tuned since i have more features planned.