Enable DocTests on all RDF.Datatype tests

This commit is contained in:
Marcel Otto 2018-05-29 22:37:38 +02:00
parent f3cc9ccf7e
commit a8cc834616

View file

@ -29,6 +29,8 @@ defmodule RDF.Datatype.Test.Case do
import unquote(__MODULE__)
doctest unquote(datatype)
@moduletag datatype: unquote(datatype)
if unquote(valid) do