-- | This module exists solely to export tests to the test suite -- \"project\". We need these to be exported, but we also want it to -- be kinda clear that they're not for you to look at, which is why -- we don't just export them from "Network.DNS.RBL". -- module Network.DNS.RBL.Tests ( ipv4pattern_tests, site_tests ) where import Network.DNS.RBL.IPv4Pattern ( ipv4pattern_tests ) import Network.DNS.RBL.Site ( site_tests )