source: trunk/base.cfg@ 6641

Last change on this file since 6641 was 6637, checked in by roland, 16 years ago

Major work on unittest:
-almost finished test_wlipcalc, need to check for a masterip input in

ipcalc.init

-finished test_wllogic, all functions in wllogic.py are tested.
-fixed a bug in wllogic
-did some 80 characters linewrap clean up.
-updated base.cfg for new django_command_extensions.
-moved some stuff around in models.py (nothing major)

File size: 853 bytes
RevLine 
[6328]1[buildout]
2parts =
3 extras
4 django
5 testrunner
6versions = versions
7
8[versions]
[6637]9djangorecipe=0.15
[6328]10zc.recipe.egg=1.0.0
11zc.recipe.testrunner=1.0.0
12
13[testrunner]
14recipe = zc.recipe.testrunner
15eggs =
16 ${django:eggs}
17extra-paths =
18 ${django:pythonpath}
19 ${buildout:directory}
20 ${django:location}
21working-directory = ${buildout:directory}
22script = test
23defaults = ['--path', 'exodus',
24 '--suite-name', 'suite' ]
25initialization =
[6336]26 os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development'
[6328]27
28[extras]
29recipe = iw.recipe.subversion
30urls =
[6637]31 http://django-command-extensions.googlecode.com/svn/trunk@178 django-command-extensions
[6328]32
33[django]
34recipe = djangorecipe
35version = 1.0
36project = exodus
37wsgi = true
38eggs =
[6336]39 Werkzeug
[6328]40pythonpath =
41 ${extras:location}/django-command-extensions/
42
43[supervisor]
44recipe = zc.recipe.egg
45eggs = supervisor
Note: See TracBrowser for help on using the repository browser.