Adding XML output to Python unittests.
authorTom Rondeau <trondeau@vt.edu>
Sun, 3 Oct 2010 19:00:44 +0000 (15:00 -0400)
committerTom Rondeau <trondeau@vt.edu>
Sun, 3 Oct 2010 19:00:44 +0000 (15:00 -0400)
commit2933f69b5d7afe6cf044a0f6305d05d19e7570af
treeb9d62f8dc9b13d9bc34d45bc12bbf663caebc7bb
parent57368f1a3f7f2e92190d72328ff54eb452ba58ed
Adding XML output to Python unittests.

gr_unittest.py was updated to handle the path and file creation and run the XML runner

gr_xmlrunner.py is a public domain program written by Sebastian Rittau <srittau@jroger.in-berlin.de> (THANKS!) to extend Python's unittest module to handle XML JUnit format output. This was renamed from xmlrunner.py if any future work is done on it from our project as well as to keep the namespace clean and clear.

qa_skiphead.py is a first test program for the XML output. Creates an outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.
gnuradio-core/src/python/gnuradio/gr/qa_skiphead.py
gnuradio-core/src/python/gnuradio/gr_unittest.py
gnuradio-core/src/python/gnuradio/gr_xmlrunner.py [new file with mode: 0644]