true-myth / true-myth-csharp

A library for safer optional programming in C♯.
https://true-myth.github.io/true-myth-csharp
MIT License
4 stars 1 forks source link

Get basic test coverage in place #15

Closed aggieben closed 5 years ago

aggieben commented 6 years ago

The intent is to be comprehensive, but not necessarily exhaustive. In other words, every class and method should be exercised in at least its happy path usage, even if there are usages that are not covered.

aggieben commented 6 years ago

This includes adding test runner to AppVeyor and getting a badge

aggieben commented 5 years ago

This is done in #18.