mirror of
https://github.com/Smaug123/WoofWare.Whippet
synced 2025-10-05 15:58:39 +00:00
Enable Version tests (#18)
This commit is contained in:
@@ -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`` () =
|
||||
|
@@ -5,6 +5,7 @@
|
||||
],
|
||||
"pathFilters": [
|
||||
"./",
|
||||
"!./WoofWare.Whippet.Plugin.ArgParser.Test/",
|
||||
":/WoofWare.Whippet.Core/",
|
||||
":/WoofWare.Whippet.Fantomas/",
|
||||
":/Plugins/ArgParser/WoofWare.Whippet.Plugins.ArgParser.Attributes/",
|
||||
|
@@ -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`` () =
|
||||
|
@@ -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",
|
||||
|
@@ -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`` () =
|
||||
|
@@ -5,6 +5,7 @@
|
||||
],
|
||||
"pathFilters": [
|
||||
"./",
|
||||
"!./WoofWare.Whippet.Plugin.InterfaceMock.Test/",
|
||||
":/WoofWare.Whippet.Core/",
|
||||
":/WoofWare.Whippet.Fantomas/",
|
||||
":/global.json",
|
||||
|
@@ -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`` () =
|
||||
|
@@ -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"
|
||||
|
@@ -5,6 +5,7 @@
|
||||
],
|
||||
"pathFilters": [
|
||||
"./",
|
||||
"!./WoofWare.Whippet.Plugin.Swagger.Test/",
|
||||
":/WoofWare.Whippet.Core/",
|
||||
":/WoofWare.Whippet.Fantomas/",
|
||||
":/global.json",
|
||||
|
Reference in New Issue
Block a user