Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eecfcdb

Browse files
committed
Unit tests run correctly by buildout
This requires plugin support in pbp.recipe.noserunner, which will hopefully be added in 0.2.7. svn path=/trunk/matplotlib/; revision=7128
1 parent e148cc2 commit eecfcdb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

buildout.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ recipe = pbp.recipe.noserunner
88
eggs =
99
pbp.recipe.noserunner
1010
${buildout:eggs}
11-
working-directory = ${buildout:directory}
11+
working-directory = ${buildout:directory}/test
12+
initialization =
13+
sys.path.insert(0,'.')
14+
from mplTest import MplNosePlugin
15+
plugins =
16+
MplNosePlugin()
1217

1318
[python]
1419
recipe = zc.recipe.egg

0 commit comments

Comments
 (0)