source: products/QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/tests.cfg_tmpl @ 1409

Last change on this file since 1409 was 1138, checked in by chervol, 15 years ago

more typo fixes, template fixes

File size: 662 bytes
Line 
1[buildout]
2extends = devel.cfg
3
4parts +=
5    tests
6
7sources = sources
8# Insert your project test stories here
9#auto-checkout +=
10#   project.test.stories
11
12[sources]
13# define the test stories location
14#project.test.stories = svn http://svn.com/project/packages/project.test.stories/trunk
15
16[zope2]
17skip-fake-eggs +=
18    zope.testing
19
20[env]
21# Define common variables in this section
22debug = True
23# url = http://devel.server.com
24
25[tests]
26recipe = zc.recipe.testrunner
27# Define test packages
28#eggs =
29#    project.test.stories
30environment = env
31extra-paths =
32    \${zope2:location}/lib/python
33defaults = ['-v', '--exit-with-status', '--auto-color', '--auto-progress']
Note: See TracBrowser for help on using the repository browser.