mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-04 20:18:39 +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
|
||||
|
||||
[](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#.
|
||||
(Also known as "snapshot testing".)
|
||||
|
||||
|
@@ -18,7 +18,7 @@ module TestSurface =
|
||||
let ``Ensure public API is fully documented`` () =
|
||||
DocCoverage.assertFullyDocumented assembly
|
||||
|
||||
[<Test ; Explicit "Not yet published">]
|
||||
[<Test ; Explicit>]
|
||||
// https://github.com/nunit/nunit3-vs-adapter/issues/876
|
||||
let ``EnsureVersionIsMonotonic`` () =
|
||||
MonotonicVersion.validate assembly "WoofWare.Expect"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
@@ -23,9 +23,9 @@
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
<None Include="..\logo.png">
|
||||
<None Include="..\logos\logo-light-background.png">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
<PackagePath>\logo.png</PackagePath>
|
||||
</None>
|
||||
<EmbeddedResource Include="SurfaceBaseline.txt"/>
|
||||
<EmbeddedResource Include="version.json"/>
|
||||
|
@@ -5,8 +5,9 @@
|
||||
],
|
||||
"pathFilters": [
|
||||
":/WoofWare.Expect/",
|
||||
":/logos/",
|
||||
":/README.md",
|
||||
":/Directory.Build.props",
|
||||
":/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