svgexport tests not run from runtests
Bernhard Reiter
bernhard at intevation.de
Tue Dec 7 12:13:33 CET 2004
On Wed, Nov 24, 2004 at 11:56:14PM +0100, Jan-Oliver Wagner wrote:
> On Wed, Nov 24, 2004 at 05:21:31PM +0100, Bernhard Reiter wrote:
> > what about reverting the changes you have made until tests work
> > again in CVS so we get a state we can develop at the other parts.
>
> just put enough pressure on me and I'll fix it right away ;-)
>
> Fixed and in CVS.
Just found out that
cd test ; python runtests.py
does not run the svgexport tests anymore.
Only 511 tests are run, the 16 from test_svgmapwriter.py are not run.
python runtests.py -v >testlog-20041206 2>&1
grep -i svg testlog-20041206 | wc
0 0 0
The tests is found, but not run, this is how far I have inquired:
cd test; python
Python 2.3.4 (#2, Sep 24 2004, 08:49:23)
[GCC 3.3.4 (Debian 1:3.3.4-12)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
>>> import unittest
>>> import runtests
>>> n=runtests.find_test_modules("../Extensions/svgexport/test","Extensions.svgexport.test")
>>> n
['Extensions.svgexport.test.test_svgmapwriter']
>>> suite = unittest.defaultTestLoader.loadTestsFromNames(n)
>>> suite
<unittest.TestSuite tests=[<unittest.TestSuite tests=[]>]>
So tests are not fully fixed yet.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/thuban-devel/attachments/20041207/608978e9/attachment.bin
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)