Scriptorium.Quill
0.7.0
See the version list below for details.
dotnet add package Scriptorium.Quill --version 0.7.0
NuGet\Install-Package Scriptorium.Quill -Version 0.7.0
<PackageReference Include="Scriptorium.Quill" Version="0.7.0" />
<PackageVersion Include="Scriptorium.Quill" Version="0.7.0" />
<PackageReference Include="Scriptorium.Quill" />
paket add Scriptorium.Quill --version 0.7.0
#r "nuget: Scriptorium.Quill, 0.7.0"
#:package Scriptorium.Quill@0.7.0
#addin nuget:?package=Scriptorium.Quill&version=0.7.0
#tool nuget:?package=Scriptorium.Quill&version=0.7.0
Scriptorium
F# libraries for building and testing F#/Fable applications.
Packages
Quick start
open Scriptorium.Nib
open Scriptorium.Quill.Runner
open type Scriptorium.Quill.Runner.Test
[<EntryPoint>]
let main _ =
runTests [
testList "My suite" [
test("equality", fun () ->
assertThat 42 (isEqualTo 42)
)
test("option chain", fun () ->
assertThat (Some "hello") (Option.value >> isEqualTo "hello")
)
test("record fields with tags", fun () ->
assertThat { Name = "alice"; Age = 25 } (
inside _.Age (tag "age" >> isGreaterOrEqual 18)
>> inside _.Name (tag "name" >> isNotEqualTo "")
)
)
]
]
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Fable.Core (>= 5.2.0)
- FSharp.Core (>= 10.0.101)
- Scriptorium.Ink (>= 0.5.0)
- Scriptorium.Nib (>= 0.4.1)
- Scriptorium.Parchment (>= 0.6.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Scriptorium.Quill:
| Package | Downloads |
|---|---|
|
Scriptorium.Nib.Snapshot
Package Description |
|
|
Scriptorium.Hedgehog
Package Description |
|
|
Scriptorium.Nib.Browser
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
### 🚀 Features
* Report why a test was skipped ([dc50f3e](https://github.com/fable-hub/Scriptorium/commit/dc50f3e943c9a4a0c44f1931d91f01c4a3f5baa4))
* Carry caller info on every test result ([6a8fa5f](https://github.com/fable-hub/Scriptorium/commit/6a8fa5f303342744452d5fea330f6dbbd87436dc))
* Capture the type and stack trace of a test failure ([d8f89e3](https://github.com/fable-hub/Scriptorium/commit/d8f89e3e6d111b1e34b19f267a0ba7c17e89b9ab))
* Collect run-level facts into a test run report ([f58ce7e](https://github.com/fable-hub/Scriptorium/commit/f58ce7e28423f2b703c05e7e7d79deff4aad6d60))
* Report a run through registered reporters ([4fc76a8](https://github.com/fable-hub/Scriptorium/commit/4fc76a8d3d396388ff32af97fc96c4c7145521b2))
### 🐞 Bug Fixes
* Enforce async timeouts that Async.StartChild can miss ([e5d9336](https://github.com/fable-hub/Scriptorium/commit/e5d9336f581b01802c6b430fc859ae9a479470b0))
<strong><small>[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/b9437449e7e57c5085effeae160063c485939ce6..4fc76a8d3d396388ff32af97fc96c4c7145521b2)</small></strong>