tasty-ant-xml 1.0.0 → 1.0.0.1
raw patch · 2 files changed
+9/−5 lines, 2 files
Files
- Test/Tasty/Runners/AntXML.hs +8/−4
- tasty-ant-xml.cabal +1/−1
Test/Tasty/Runners/AntXML.hs view
@@ -53,10 +53,14 @@ ----------------------------------------------------------------------------------- To run tests using this ingredient, use 'Tasty.defaultMainWithIngredients',--- passing 'antXMLRunner' as one possible ingredient. This ingredient will run--- tests if you pass the @--xml@ command line option. For example,--- @--xml=junit.xml@ will run all the tests and generate @junit.xml@ as output.+{-|++ To run tests using this ingredient, use 'Tasty.defaultMainWithIngredients',+ passing 'antXMLRunner' as one possible ingredient. This ingredient will run+ tests if you pass the @--xml@ command line option. For example,+ @--xml=junit.xml@ will run all the tests and generate @junit.xml@ as output.++-} antXMLRunner :: Tasty.Ingredient antXMLRunner = Tasty.TestReporter optionDescription runner where
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.0.0+version: 1.0.0.1 synopsis: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. homepage: http://github.com/ocharles/tasty-ant-xml license: BSD3