Skip to content

Commit

Permalink
Try a coverage bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 7, 2018
1 parent 959f8de commit 83a20a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4454,6 +4454,7 @@ type AltCoverTests() = class
Is.EquivalentTo expected')

finally
Output.Usage ("dummy", OptionSet(), OptionSet())
Visitor.TrackingNames.Clear()
Visitor.reportFormat <- None
Visitor.outputDirectory <- outputSaved
Expand Down Expand Up @@ -4713,6 +4714,8 @@ or
"testing 1 2 3"])

Assert.Throws<InvalidOperationException>(fun () -> subject.Message "x") |> ignore
Assert.Throws<InvalidOperationException>(fun () -> Output.Info "x") |> ignore
Assert.Throws<InvalidOperationException>(fun () -> Output.Error "x") |> ignore

finally
Main.EffectiveMain <- save
Expand Down Expand Up @@ -4753,6 +4756,8 @@ or
"-x"
"dotnet"])
Assert.Throws<InvalidOperationException>(fun () -> subject.Message "x") |> ignore
Assert.Throws<InvalidOperationException>(fun () -> Output.Info "x") |> ignore
Assert.Throws<InvalidOperationException>(fun () -> Output.Error "x") |> ignore
finally
Main.EffectiveMain <- save
Output.Info <- fst saved
Expand Down

0 comments on commit 83a20a0

Please sign in to comment.