Skip to content

Commit

Permalink
Add a rooted test case
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jan 12, 2021
1 parent efc12ad commit d6750aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Tests3.fs
Expand Up @@ -2952,6 +2952,10 @@ module AltCoverTests3 =
test <@ subject.Execute() @>
test <@ subject.InstrumentDirectory |> Directory.Exists |> not @>

subject.RelativeDir <- where
test <@ subject.Execute() @>
test <@ subject.InstrumentDirectory |> Directory.Exists |> not @>

subject.RelativeDir <- relative
test <@ subject.Execute() @>
let target = Path.Combine(subject.InstrumentDirectory, relative, subject.FileName)
Expand Down

0 comments on commit d6750aa

Please sign in to comment.