Enable Version tests (#18)

This commit is contained in:
Patrick Stevens
2024-10-08 09:00:09 +01:00
committed by GitHub
parent bbc92a0478
commit b8f1785a22
9 changed files with 5 additions and 8 deletions

View File

@@ -11,11 +11,9 @@ module TestAttributeSurface =
[<Test>]
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
(*
[<Test>]
let ``Check version against remote`` () =
MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.ArgParser.Attributes"
*)
[<Test ; Explicit>]
let ``Update API surface`` () =

View File

@@ -5,6 +5,7 @@
],
"pathFilters": [
"./",
"!./WoofWare.Whippet.Plugin.ArgParser.Test/",
":/WoofWare.Whippet.Core/",
":/WoofWare.Whippet.Fantomas/",
":/Plugins/ArgParser/WoofWare.Whippet.Plugins.ArgParser.Attributes/",

View File

@@ -11,11 +11,9 @@ module TestAttributeSurface =
[<Test>]
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
(*
[<Test>]
let ``Check version against remote`` () =
MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.HttpClient.Attributes"
*)
[<Test ; Explicit>]
let ``Update API surface`` () =

View File

@@ -7,6 +7,7 @@
"./",
":/Plugins/Json/WoofWare.Whippet.Plugin.Json",
"!:/Plugins/Json/WoofWare.Whippet.Plugin.Json/WoofWare.Whippet.Plugin.Json.Test/",
"!./WoofWare.Whippet.Plugin.HttpClient.Test/",
":/WoofWare.Whippet.Core/",
":/WoofWare.Whippet.Fantomas/",
":/global.json",

View File

@@ -11,11 +11,9 @@ module TestAttributeSurface =
[<Test>]
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
(*
[<Test>]
let ``Check version against remote`` () =
MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.InterfaceMock.Attributes"
*)
[<Test ; Explicit>]
let ``Update API surface`` () =

View File

@@ -5,6 +5,7 @@
],
"pathFilters": [
"./",
"!./WoofWare.Whippet.Plugin.InterfaceMock.Test/",
":/WoofWare.Whippet.Core/",
":/WoofWare.Whippet.Fantomas/",
":/global.json",

View File

@@ -11,11 +11,9 @@ module TestAttributeSurface =
[<Test>]
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
(*
[<Test>]
let ``Check version against remote`` () =
MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.Json.Attributes"
*)
[<Test ; Explicit>]
let ``Update API surface`` () =

View File

@@ -7,6 +7,7 @@
"./",
":/WoofWare.Whippet.Core/",
":/WoofWare.Whippet.Fantomas/",
"!./WoofWare.Whippet.Plugin.Json.Test/",
":/Plugins/Json/WoofWare.Whippet.Plugins.Json.Attributes/",
":/global.json",
":/Directory.Build.props"

View File

@@ -5,6 +5,7 @@
],
"pathFilters": [
"./",
"!./WoofWare.Whippet.Plugin.Swagger.Test/",
":/WoofWare.Whippet.Core/",
":/WoofWare.Whippet.Fantomas/",
":/global.json",