mirror of
https://github.com/Smaug123/WoofWare.Whippet
synced 2025-10-08 17:28:39 +00:00
Enable Version tests (#18)
This commit is contained in:
@@ -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`` () =
|
||||||
|
@@ -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/",
|
||||||
|
@@ -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`` () =
|
||||||
|
@@ -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",
|
||||||
|
@@ -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`` () =
|
||||||
|
@@ -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",
|
||||||
|
@@ -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`` () =
|
||||||
|
@@ -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"
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user