property-testing
Here are 48 public repositories matching this topic...
-
Updated
Jan 31, 2022 - Elixir
-
Updated
Apr 13, 2022 - Haskell
-
Updated
Apr 7, 2022 - Go
In tutorial we have sample for genarator of IpAddress
open System.Net
let ipAddressGen : Gen<IPAddress> = gen {
let! addr = Range.constantBounded () |> Gen.byte |> Gen.array (Range.singleton 4)
return System.Net.IPAddress addr
}Anybody could check my translation to csharp? It is'nt idiomatic csharp IMHO
var byteRange = Range.ConstantBoundedByte()There is no way to delete timestamps at the moment.
Changes will be necessary in these places:
- The timestamps cursor: https://github.com/NorfairKing/smos/blob/master/smos-cursor/src/Smos/Cursor/Timestamps.hs
- The timestamps actions: https://github.com/NorfairKing/smos/blob/master/smos/src/Smos/Actions/Entry/Timestamps.hs
- The default keybindings: https://github.com/NorfairKing/smos/bl
-
Updated
Apr 5, 2022 - Scala
-
Updated
Jan 4, 2022 - Kotlin
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Oct 30, 2021 - Haskell
-
Updated
Feb 14, 2022 - D
-
Updated
Apr 26, 2022 - Python
-
Updated
Dec 3, 2021 - Haskell
The report shows the timings of each test without any units, and these should be shown. The same units should be used for every test in the report (or at least in the same suite). Test times are currently measured in milliseconds (using System.currentTimeMillis though, it would make sense to display them in either ms or s. However, it may also be worthwhile recording System.nanoTime *as we
-
Updated
Dec 3, 2021 - Haskell
-
Updated
Jan 23, 2020 - Kotlin
-
Updated
Sep 17, 2017 - Haskell
-
Updated
Apr 22, 2022 - C
-
Updated
May 11, 2018 - Scala
-
Updated
Jan 13, 2022 - Ruby
-
Updated
Sep 1, 2021
-
Updated
Dec 3, 2021 - Haskell
-
Updated
Jun 23, 2020 - Swift
-
Updated
May 6, 2021 - Scala
-
Updated
Sep 5, 2021 - OCaml
-
Updated
Dec 3, 2021 - Haskell
-
Updated
May 14, 2019 - Elixir
-
Updated
Mar 31, 2018 - Rust
Improve this page
Add a description, image, and links to the property-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the property-testing topic, visit your repo's landing page and select "manage topics."
Please describe the feature you'd like to see including any solutions in mind if you have any
To compare very large strings, it's easier to write the expected content in a separate file.
https://github.com/krzema12/github-actions-kotlin-dsl/blob/6fc0b3f279ee7372e084545245a08d9e51f36317/library/src/test/kotlin/it/krzeminski/githubactions/IntegrationTest.kt#L25-L39