Enable DocTests on all RDF.Datatype tests
This commit is contained in:
parent
f3cc9ccf7e
commit
a8cc834616
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ defmodule RDF.Datatype.Test.Case do
|
|||
|
||||
import unquote(__MODULE__)
|
||||
|
||||
doctest unquote(datatype)
|
||||
|
||||
@moduletag datatype: unquote(datatype)
|
||||
|
||||
if unquote(valid) do
|
||||
|
|
Loading…
Reference in a new issue