nhibernate-core
nhibernate-core copied to clipboard
Publish NHibernate.Test as NuGet
It would be nice to have a nuget package with nhibernate test suite so we can support testing of 3rd party drivers.
I imagine simple running existing lib for 3rd party driver would lead to various driver/dialect specific test errors. We also need a way to skip not supported tests by 3rd party driver (like ability to provide TestDialect for 3rd party dialect...)
Good point. I think it shouldn’t be too hard