MattHoneycutt / SpecsFor

SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
http://specsfor.com
MIT License
197 stars 70 forks source link

Fix SpecsFor to be compatible with NUnit 3.7.1 #106

Closed vpoorshab closed 6 years ago

vpoorshab commented 7 years ago

i had an issue with SpecsFor in my project when i updated the NUnit to 3.7.1 , the problem is all the test cases are failed due to an error in SpecsFor which was cannot find the TestFixture so i only updated some attributes that have been replaced with new ones since Nunit 3.7.1 https://github.com/nunit/docs/wiki/SetUp-and-TearDown-Changes

MattHoneycutt commented 7 years ago

Thanks for the pull request! NUnit 3.x support is something I have in the works, along with some other SpecsFor changes, so I'm going to leave this pull request here for now.

peitschie commented 6 years ago

Hi @MattHoneycutt ... just wondering if support for NUnit 3.x has progressed in the last 9 months? Any idea on when support may arrive?

MattHoneycutt commented 6 years ago

I've finally started making progress on this as of this week! It's more than just NUnit 3 support, it's full .NET Standard compliance. It's almost ready!

MattHoneycutt commented 6 years ago

This is available as part of the 6.0 pre-release, which is going to become the final release shortly.