devtools/__init__.py
branchstable
changeset 6843 b70a26ca271c
parent 6750 ef513c03a224
child 7032 b712477ae286
--- a/devtools/__init__.py	Wed Jan 19 08:39:09 2011 +0100
+++ b/devtools/__init__.py	Wed Jan 19 10:13:31 2011 +0100
@@ -175,6 +175,7 @@
 
 class BaseApptestConfiguration(TestServerConfiguration, TwistedConfiguration):
     repo_method = 'inmemory'
+    name = 'all-in-one' # so it search for all-in-one.conf, not repository.conf
     options = cwconfig.merge_options(TestServerConfiguration.options
                                      + TwistedConfiguration.options)
     cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path