From b829874916287022fe9dc8423e458c51e1b6a797 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 14 Jul 2013 19:29:33 +0200 Subject: Tests for publishers I am trying to build up a very basic testing framework so we can tests our publishers. The idea is to provide a YAML input file and expected XML output, run the parser on the YAML file and compares its output with the fixture XML. That test suite should speed up development of new publishers. TestCaseModulePublisher is declared inside a function so that unittest discovery does not consider it a usable test directly. load_test is responsible for instantiating the test suite. Change-Id: If3260113eb1337ac47c3883b11c600e5a595dae3 [fabre.arnaud@gmail.com: fixed some runtime errors] Signed-off-by: Arnaud Fabre --- tools/test-requires | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 5a74ecc7..cca00c0d 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,2 +1,7 @@ +discover +fixtures +python-subunit sphinx setuptools_git>=0.4 +testtools +testrepository -- cgit