Skip to content
#

property-testing

Here are 48 public repositories matching this topic...

jmfayard
jmfayard commented Apr 29, 2022

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

class Inte
enhancement Good First Issue assertions
lupin-de-mid
lupin-de-mid commented Sep 14, 2021

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()
NorfairKing
NorfairKing commented Sep 28, 2020

There is no way to delete timestamps at the moment.

Changes will be necessary in these places:

enhancement good first issue Hacktoberfest Haskell
probably
propensive
propensive commented Nov 27, 2020

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

Improve this page

Add a description, image, and links to the property-testing topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more