mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-08 05:48:40 +00:00
Update README and tests now that we've published (#6)
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,15 @@
|
|||||||
# WoofWare.Expect
|
# WoofWare.Expect
|
||||||
|
|
||||||
|
[](https://www.nuget.org/packages/WoofWare.Expect)
|
||||||
|
[](https://github.com/Smaug123/WoofWare.Expect/actions?query=branch%3Amain)
|
||||||
|
[](./LICENSE)
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="logos/logo-dark-background.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="logos/logo-light-background.png">
|
||||||
|
<img alt="Project logo: minimalistic face of a cartoon Shiba Inu; one eye is a camera aperture." src="logos/logo-light-background.png">
|
||||||
|
</picture>
|
||||||
|
|
||||||
An [expect-testing](https://blog.janestreet.com/the-joy-of-expect-tests/) library for F#.
|
An [expect-testing](https://blog.janestreet.com/the-joy-of-expect-tests/) library for F#.
|
||||||
(Also known as "snapshot testing".)
|
(Also known as "snapshot testing".)
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ module TestSurface =
|
|||||||
let ``Ensure public API is fully documented`` () =
|
let ``Ensure public API is fully documented`` () =
|
||||||
DocCoverage.assertFullyDocumented assembly
|
DocCoverage.assertFullyDocumented assembly
|
||||||
|
|
||||||
[<Test ; Explicit "Not yet published">]
|
[<Test ; Explicit>]
|
||||||
// https://github.com/nunit/nunit3-vs-adapter/issues/876
|
// https://github.com/nunit/nunit3-vs-adapter/issues/876
|
||||||
let ``EnsureVersionIsMonotonic`` () =
|
let ``EnsureVersionIsMonotonic`` () =
|
||||||
MonotonicVersion.validate assembly "WoofWare.Expect"
|
MonotonicVersion.validate assembly "WoofWare.Expect"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
@@ -23,9 +23,9 @@
|
|||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
<PackagePath>\</PackagePath>
|
<PackagePath>\</PackagePath>
|
||||||
</None>
|
</None>
|
||||||
<None Include="..\logo.png">
|
<None Include="..\logos\logo-light-background.png">
|
||||||
<Pack>True</Pack>
|
<Pack>True</Pack>
|
||||||
<PackagePath>\</PackagePath>
|
<PackagePath>\logo.png</PackagePath>
|
||||||
</None>
|
</None>
|
||||||
<EmbeddedResource Include="SurfaceBaseline.txt"/>
|
<EmbeddedResource Include="SurfaceBaseline.txt"/>
|
||||||
<EmbeddedResource Include="version.json"/>
|
<EmbeddedResource Include="version.json"/>
|
||||||
|
@@ -5,8 +5,9 @@
|
|||||||
],
|
],
|
||||||
"pathFilters": [
|
"pathFilters": [
|
||||||
":/WoofWare.Expect/",
|
":/WoofWare.Expect/",
|
||||||
|
":/logos/",
|
||||||
":/README.md",
|
":/README.md",
|
||||||
":/Directory.Build.props",
|
":/Directory.Build.props",
|
||||||
":/LICENSE"
|
":/LICENSE"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
logos/logo-dark-background.png
Normal file
BIN
logos/logo-dark-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
logos/logo-light-background.png
Normal file
BIN
logos/logo-light-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
Reference in New Issue
Block a user