module AgentTest (suite) where import Test.Tasty import Test.Tasty.HUnit import Agent suite :: TestTree suite = testGroup "agent tests" $ [ ]