Scriptorium.Quill
0.6.0
See the version list below for details.
dotnet add package Scriptorium.Quill --version 0.6.0
NuGet\Install-Package Scriptorium.Quill -Version 0.6.0
<PackageReference Include="Scriptorium.Quill" Version="0.6.0" />
<PackageVersion Include="Scriptorium.Quill" Version="0.6.0" />
<PackageReference Include="Scriptorium.Quill" />
paket add Scriptorium.Quill --version 0.6.0
#r "nuget: Scriptorium.Quill, 0.6.0"
#:package Scriptorium.Quill@0.6.0
#addin nuget:?package=Scriptorium.Quill&version=0.6.0
#tool nuget:?package=Scriptorium.Quill&version=0.6.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
* Bound how many tests run at once ([b5e2cf0](https://github.com/fable-hub/Scriptorium/commit/b5e2cf0c2e8531e9a470e0cc28d35f880c9fc9d3))
### 🐞 Bug Fixes
* Start the async timeout budget at the body, not at queue time ([360badd](https://github.com/fable-hub/Scriptorium/commit/360badd947aa8849bcf702f8844d102f1675ecf2))
* Time a sync test from its body, not from when its job was entered ([55f1202](https://github.com/fable-hub/Scriptorium/commit/55f1202eedcd4c2ce8aa3e033225a3b4776dbc5a))
* Count only the CPUs the process may use on Python ([b943744](https://github.com/fable-hub/Scriptorium/commit/b9437449e7e57c5085effeae160063c485939ce6))
<strong><small>[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/194b8c70e6c0f258cd9eb808ffd89aaaa2429ea9..b9437449e7e57c5085effeae160063c485939ce6)</small></strong>