1defmodule UUID.DocTest do
2  use ExUnit.Case, async: true
3
4  doctest UUID, except: [uuid1: 1, uuid1: 3, uuid4: 0, uuid4: 1, uuid4: 2]
5end
6