Ejemplo n.º 1
0
 def test_supervisord_conf_production(self):
     """
     Test configuring the supervisord.conf for production
     """
     buildout_directory = SANDBOX
     supervisord_conf(buildout_directory, "production")
     self.failUnless(files_are_equal('etc/supervisor/production.conf'))
Ejemplo n.º 2
0
 def test_supervisord_conf_production(self):
     """
     Test configuring the supervisord.conf for production
     """
     buildout_directory = SANDBOX
     supervisord_conf(buildout_directory, "production")
     self.failUnless(files_are_equal('etc/supervisor/production.conf'))
Ejemplo n.º 3
0
 def test_supervisord_conf_development(self):
     """
     Test configuring the supervisord.conf for development
     """
     buildout_directory = SANDBOX
     supervisord_conf(buildout_directory, "development")
     self.failUnless(files_are_equal('etc/supervisor/development.conf'))
Ejemplo n.º 4
0
 def test_supervisord_conf_development(self):
     """
     Test configuring the supervisord.conf for development
     """
     buildout_directory = SANDBOX
     supervisord_conf(buildout_directory, "development")
     self.failUnless(files_are_equal('etc/supervisor/development.conf'))