add qc test for phashDatum
This commit is contained in:
parent
044a4d03b5
commit
530829fa65
3 changed files with 43 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ Tests for utility functions in 'Agora.Utils'.
|
|||
-}
|
||||
module Spec.Utils (tests) where
|
||||
|
||||
import Test.Tasty (TestTree)
|
||||
import Property.Utils qualified as Props
|
||||
import Test.Tasty (TestTree, testGroup)
|
||||
|
||||
tests :: [TestTree]
|
||||
tests = []
|
||||
tests = [testGroup "properties" Props.props]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue