Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # I forget how to get the test "id" constantly.
  2.  
  3. defmodule FooTest do
  4. @moduledoc false
  5. use ExUnit.Case, async: true
  6.  
  7. test "show that ID", ctx do
  8. IO.puts ctx[:test]
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement