File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 39393 . Add the following to test/test_helper.exs
4040
4141``` elixir
42- { :ok , _ } = Testcontainers .start_link ()
42+ Testcontainers .start_link ()
4343```
4444
4545## Usage
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ defmodule Testcontainers do
55 The main entry point into Testcontainers.
66
77 This is a GenServer that needs to be started before anything can happen.
8-
9- Add this line to test/test-helper.exs:
10-
11- ```elixir
12- {:ok, _} = Testcontainers.start_link()
13- ```
148 """
159
1610 defstruct [ ]
Original file line number Diff line number Diff line change 1- { :ok , _ } = Testcontainers . start_link ( )
1+ Testcontainers . start_link ( )
22
33ExUnit . configure ( max_cases: System . schedulers_online ( ) * 4 )
44ExUnit . start ( )
You can’t perform that action at this time.
0 commit comments