FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Remove brittle output tests as dotnet has proper functionality tests #404

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Remove expected output tests for dotnet. We now have real tests and the expected output tests are brittle in the face of any change. They've been updated a lot recently and not helped anyone.

Possible future work

Maybe we want expected output tests? If so we should do so on a more holistic basis.