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>] [<Test>]
let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly let ``Ensure API surface has not been modified`` () = ApiSurface.assertIdentical assembly
(*
[<Test>] [<Test>]
let ``Check version against remote`` () = let ``Check version against remote`` () =
MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.ArgParser.Attributes" MonotonicVersion.validate assembly "WoofWare.Whippet.Plugin.ArgParser.Attributes"
*)
[<Test ; Explicit>] [<Test ; Explicit>]
let ``Update API surface`` () = let ``Update API surface`` () =

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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