]> gitweb.michael.orlitzky.com - dead/harbl.git/blob - harbl/src/Network/DNS/RBL/Tests.hs
Add a few farewell TODO items.
[dead/harbl.git] / harbl / src / Network / DNS / RBL / Tests.hs
1 -- | This module exists solely to export tests to the test suite
2 -- \"project\". We need these to be exported, but we also want it to
3 -- be kinda clear that they're not for you to look at, which is why
4 -- we don't just export them from "Network.DNS.RBL".
5 --
6 module Network.DNS.RBL.Tests (
7 ipv4pattern_tests,
8 site_tests )
9 where
10
11 import Network.DNS.RBL.IPv4Pattern ( ipv4pattern_tests )
12 import Network.DNS.RBL.Site ( site_tests )