Skip to content

Commit 0f975f7

Browse files
committed
wip sorting html codegen test
1 parent 8fede70 commit 0f975f7

88 files changed

Lines changed: 447 additions & 178 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/AnnotatedHeatmap.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module AnnotatedHeatmap = ()
10+
module AnnotatedHeatmap =
11+
[<Tests>]
12+
let ``AnnotatedHeatmap tests`` =
13+
testList "AnnotatedHeatmap" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Area.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Area = ()
10+
module Area =
11+
[<Tests>]
12+
let ``Area tests`` =
13+
testList "Area" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Bar.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Bar = ()
10+
module Bar =
11+
[<Tests>]
12+
let ``Bar tests`` =
13+
testList "Bar" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/BoxPlot.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module BoxPlot = ()
10+
module BoxPlot =
11+
[<Tests>]
12+
let ``BoxPlot tests`` =
13+
testList "BoxPlot" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Bubble.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Bubble = ()
10+
module Bubble =
11+
[<Tests>]
12+
let ``Bubble tests`` =
13+
testList "Bubble" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Candlestick.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Candlestick = ()
10+
module Candlestick =
11+
[<Tests>]
12+
let ``Candlestick tests`` =
13+
testList "Candlestick" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Column.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Column = ()
10+
module Column =
11+
[<Tests>]
12+
let ``Column tests`` =
13+
testList "Column" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Contour.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Contour = ()
10+
module Contour =
11+
[<Tests>]
12+
let ``Contour tests`` =
13+
testList "Contour" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Funnel.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Funnel = ()
10+
module Funnel =
11+
[<Tests>]
12+
let ``Funnel tests`` =
13+
testList "Funnel" []

tests/Plotly.NET.Tests/HTMLCodegen/Chart2D/Heatmap.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
88

99
open TestUtils.HtmlCodegen
10-
module Heatmap = ()
10+
module Heatmap =
11+
[<Tests>]
12+
let ``Heatmap tests`` =
13+
testList "Heatmap" []

0 commit comments

Comments
 (0)