Skip to content

Commit 60b5df8

Browse files
committed
No autoopen TestHelpers
1 parent e3baec1 commit 60b5df8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Formlets.Tests/FormletsTests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ let radioFormlet =
5555
div [] (radio "1" ["1","uno"; "2","dos"])
5656

5757
open Formlets.Helpers
58+
open Formlets.Tests.TestHelpers
5859

5960
[<Tests>]
6061
let tests =

Formlets.Tests/Prelude.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Formlets.Tests
22

3-
[<AutoOpen>]
43
module TestHelpers =
54
open System
65
open System.Xml

Formlets.Tests/WingBeatsTests.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ let layout (head: #seq<Xml.Node>) (body: #seq<Xml.Node>) =
3131
e.Body body
3232
]
3333

34+
open Formlets.Tests.TestHelpers
35+
3436
[<Tests>]
3537
let tests =
3638
testList "WingBeats integration" [

0 commit comments

Comments
 (0)