tugberkugurlu / AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity
MIT License
230 stars 69 forks source link

Put testing infrastructure in place #33

Closed haamond closed 7 years ago

haamond commented 7 years ago

I think a unit test project just like asp.net/identity is require, in order to test changes with real data on database.

tugberkugurlu commented 7 years ago

YES, it would be really good 👍 Doesn't have to be unit tests, it can even directly hit MongoDB by using https://github.com/tugberkugurlu/MongoDB.Testing

I believe Travis CI has MonogDB support within it. So, it's easy to run them on the build server too.

haamond commented 7 years ago

I do agree. If you provide me require infrastructure (I mean projects and ...) I will continue on it.

tugberkugurlu commented 7 years ago

@SorenZ I am on it now, will put the structure in place.

tugberkugurlu commented 7 years ago

fixed by #37.

haamond commented 7 years ago

great job 👍