Skip to content

Commit 697f886

Browse files
committed
wip test execution files
1 parent 0f975f7 commit 697f886

81 files changed

Lines changed: 496 additions & 103 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module AnnotatedHeatmap =
1112
[<Tests>]
1213
let ``AnnotatedHeatmap tests`` =
13-
testList "AnnotatedHeatmap" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "AnnotatedHeatmap" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Area =
1112
[<Tests>]
1213
let ``Area tests`` =
13-
testList "Area" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Area" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Bar =
1112
[<Tests>]
1213
let ``Bar tests`` =
13-
testList "Bar" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Bar" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module BoxPlot =
1112
[<Tests>]
1213
let ``BoxPlot tests`` =
13-
testList "BoxPlot" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "BoxPlot" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Bubble =
1112
[<Tests>]
1213
let ``Bubble tests`` =
13-
testList "Bubble" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Bubble" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Candlestick =
1112
[<Tests>]
1213
let ``Candlestick tests`` =
13-
testList "Candlestick" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Candlestick" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Column =
1112
[<Tests>]
1213
let ``Column tests`` =
13-
testList "Column" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Column" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Contour =
1112
[<Tests>]
1213
let ``Contour tests`` =
13-
testList "Contour" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Contour" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Funnel =
1112
[<Tests>]
1213
let ``Funnel tests`` =
13-
testList "Funnel" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Funnel" [
16+
17+
]
18+
]

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ open Plotly.NET
55
open Plotly.NET.LayoutObjects
66
open Plotly.NET.TraceObjects
77
open Plotly.NET.GenericChart
8+
open Plotly.NET.Tests
89

910
open TestUtils.HtmlCodegen
1011
module Heatmap =
1112
[<Tests>]
1213
let ``Heatmap tests`` =
13-
testList "Heatmap" []
14+
testList "HTMLCodegen.Chart2D" [
15+
testList "Heatmap" [
16+
17+
]
18+
]

0 commit comments

Comments
 (0)