1 2 3 4 5 6 7 8 9 10 11 12 13
module Test.Graylog.UDP where import Test.Tasty import Test.Tasty.HUnit tests :: TestTree tests = testGroup "Test.Graylog.UDP" [ testCase "Validation: Something" case_validateSomething ] case_validateSomething :: IO () case_validateSomething = return ()