ngm / Pickles.NetCore

Proof-of-concept port of Pickles (https://github.com/picklesdoc/pickles) to .NET Core
0 stars 0 forks source link

Enable tests #6

Open ngm opened 7 years ago

ngm commented 7 years ago

There are many tests for Pickles:

These should be enabled to run on the .NET Core version.

NUnit should work fine. NFluent may need some work as I don't believe it currently has a .NET Core version. SpecFlow is not yet ported so these tests may need to be omitted for now.

Ideally the tests should be runnable by calling dotnet test.

ngm commented 7 years ago

There is some movement towards making a .NET Core version of NFluent: https://github.com/tpierrain/NFluent/issues/164.