We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e7cda commit 5c7b53fCopy full SHA for 5c7b53f
CHANGELOG.md
@@ -198,6 +198,7 @@ ExUnit v1.3 includes the ability to register different test types. This means li
198
```elixir
199
defmodule StringTest do
200
use ExUnit.Case, async: true
201
+ use PropertyTestingLibrary
202
203
property "starts_with?" do
204
forall({s1, s2} <- {utf8, utf8}) do
0 commit comments