copypastedeveloper / given

Given is a bdd library made with the intent of wrapping common testing frameworks easily.
10 stars 2 forks source link

Added MSTest as dependency. #3

Closed KarsonAlford closed 10 years ago

copypastedeveloper commented 10 years ago

hey, the mstest package you added isn't an official microsoft package. as far as i know there isn't one. any ideas about easing the dependency on versions of mstest?

the unit tests are definitely appreciated. probably the most untested unit test framework ever to this point.

KarsonAlford commented 10 years ago

Reverting the MSTest package make sense. If not having it as part of the repository bugs me too much I will look into other options.

As for unit tests. It is interesting that we aren't doing BDD testing against this BDD framework. Wasn't sure how badly I would damage the space time continuum if I used Given to test Given.