testapp.scripts

Submodules

Functions

get_test_scripts(→ dict[str, str])

테스트 스크립트를 반환합니다.

run_script(→ bool)

주어진 스크립트를 실행합니다.

run_test_script_file(list_file)

주어진 파일에 있는 테스트 스크립트를 순차적으로 실행합니다.

Package Contents

testapp.scripts.get_test_scripts() dict[str, str][source]

테스트 스크립트를 반환합니다.

Returns:

테스트 스크립트 딕셔너리 {테스트 이름: 스크립트 절대 경로}

Return type:

Dict[str, str]

testapp.scripts.run_script(script_name: str, use_print: bool = False) bool[source]

주어진 스크립트를 실행합니다.

Parameters:
  • script_name (str) – 실행할 스크립트 이름

  • use_print (bool) – 콘솔 창에 출력할지 말지 결정

Returns:

스크립트 실행 성공 여부

Return type:

bool

testapp.scripts.run_test_script_file(list_file: str)[source]

주어진 파일에 있는 테스트 스크립트를 순차적으로 실행합니다.

Parameters:

list_file (str) – 테스트 스크립트 목록 파일