Moved Tests.Shared -> Tests.Helpers.
Tests.Shared would be the natural place to put tests for functions in Text.Pandoc.Shared.
This commit is contained in:
parent
99c361d2b4
commit
4ccd30fe3e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
module Tests.Shared where
|
||||
module Tests.Helpers where
|
||||
|
||||
import Text.Pandoc
|
||||
|
|
@ -3,7 +3,7 @@ module Tests.Readers.LaTeX (tests) where
|
|||
import Text.Pandoc.Definition
|
||||
|
||||
import Test.Framework
|
||||
import Tests.Shared
|
||||
import Tests.Helpers
|
||||
|
||||
tests :: [Test]
|
||||
tests = [ testGroup "basic" [ latexTest "simplest" "word"
|
||||
|
|
Loading…
Add table
Reference in a new issue