cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Feature/55 improve unit tests #57

Closed cs-util closed 3 years ago

cs-util commented 3 years ago

This change is Reviewable

cs-util commented 3 years ago

55 should be a little easier to finish now, most of the tests run now successfully when executed together

The maim problem still are the ones that use external dependencies like APIs, use internal singleton systems or persist data to a non test specific location