Sfoglia il codice sorgente

Allow "python setup.py test" to work.

Chris McDonough 18 anni fa
parent
commit
6874ca4f39
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -53,4 +53,5 @@ dist = setup(
     include_package_data = True,
     zip_safe = False,
     namespace_packages = ['supervisor'],
+    test_suite = "supervisor.tests.test_suite",
     )