|
From: <as...@us...> - 2009-05-20 22:23:49
|
Revision: 7128
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7128&view=rev
Author: astraw
Date: 2009-05-20 22:23:45 +0000 (Wed, 20 May 2009)
Log Message:
-----------
Unit tests run correctly by buildout
This requires plugin support in pbp.recipe.noserunner, which will
hopefully be added in 0.2.7.
Modified Paths:
--------------
trunk/matplotlib/buildout.cfg
Modified: trunk/matplotlib/buildout.cfg
===================================================================
--- trunk/matplotlib/buildout.cfg 2009-05-20 20:54:33 UTC (rev 7127)
+++ trunk/matplotlib/buildout.cfg 2009-05-20 22:23:45 UTC (rev 7128)
@@ -8,7 +8,12 @@
eggs =
pbp.recipe.noserunner
${buildout:eggs}
-working-directory = ${buildout:directory}
+working-directory = ${buildout:directory}/test
+initialization =
+ sys.path.insert(0,'.')
+ from mplTest import MplNosePlugin
+plugins =
+ MplNosePlugin()
[python]
recipe = zc.recipe.egg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|