fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Remove duplicate tests #147

Closed panesofglass closed 4 years ago

panesofglass commented 4 years ago

Description

The library currently has duplicate tests using NUnit (complete) and Xunit (incomplete). This requires writing two tests for every change. The library should pick one framework and stick to it. If Xunit is the one to use, it needs to be completed; otherwise, it should be removed.