Explorar o código

Allow "python setup.py test" to work.

Chris McDonough %!s(int64=18) %!d(string=hai) anos
pai
achega
6874ca4f39
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",
     )