浏览代码

Remove unnecessary calls to process_config() in tests

Mike Naberezny 9 年之前
父节点
当前提交
a92b2120c4
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      supervisor/tests/test_options.py

+ 0 - 5
supervisor/tests/test_options.py

@@ -353,7 +353,6 @@ class ClientOptionsTests(unittest.TestCase):
             f.write(text)
         try:
             instance.configfile = supervisord_conf
-            instance.process_config(do_usage=False)
             instance.realize(args=[])
         finally:
             shutil.rmtree(here, ignore_errors=True)
@@ -1158,7 +1157,6 @@ class ServerOptionsTests(unittest.TestCase):
             f.write(text)
         try:
             instance.configfile = supervisord_conf
-            instance.process_config(do_usage=False)
             instance.realize(args=[])
         finally:
             shutil.rmtree(here, ignore_errors=True)
@@ -1711,7 +1709,6 @@ class ServerOptionsTests(unittest.TestCase):
             f.write(text)
         try:
             instance.configfile = supervisord_conf
-            instance.process_config(do_usage=False)
             instance.realize(args=[])
         finally:
             shutil.rmtree(here, ignore_errors=True)
@@ -1743,7 +1740,6 @@ class ServerOptionsTests(unittest.TestCase):
             f.write(text)
         try:
             instance.configfile = supervisord_conf
-            instance.process_config(do_usage=False)
             instance.realize(args=[])
         finally:
             shutil.rmtree(here, ignore_errors=True)
@@ -1784,7 +1780,6 @@ class ServerOptionsTests(unittest.TestCase):
             f.write(text)
         try:
             instance.configfile = supervisord_conf
-            instance.process_config(do_usage=False)
             instance.realize(args=[])
         finally:
             shutil.rmtree(here, ignore_errors=True)