소스 검색

Allow "python setup.py test" to work.

Chris McDonough 18 년 전
부모
커밋
6874ca4f39
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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",
     )