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.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to