소스 검색

Merge branch 'master' of github.com:anandpdoshi/wnframework

version-14
Anand Doshi 14 년 전
부모
커밋
14258c89f6
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      cgi-bin/webnotes/tests.py

+ 2
- 3
cgi-bin/webnotes/tests.py 파일 보기

@@ -35,8 +35,7 @@ def get_tests():
if dir_path=='.':
ret.append(test_file[:-3])
else:
ret.append(dir_path.replace('/', '.') + '.' + test_file[:-3])
ret.append(dir_path.replace('/', '.') + '.' + test_file[:-3])
return ret

def setup():
@@ -61,4 +60,4 @@ if __name__=='__main__':
for tests in tests_list:
exec 'from %s import *' % str(tests)

unittest.main()
unittest.main()

불러오는 중...
취소
저장