testapp.scripts
Submodules
- testapp.scripts._script_manager
- testapp.scripts.dummy_fail_test
- testapp.scripts.dummy_test
- testapp.scripts.full_read10_and_compare
- testapp.scripts.full_read_compare
- testapp.scripts.full_write_read_compare
- testapp.scripts.loop_write_and_read_compare
- testapp.scripts.test_app1
- testapp.scripts.test_app2
- testapp.scripts.write10_and_compare
- testapp.scripts.write_and_erase
Functions
|
테스트 스크립트를 반환합니다. |
|
주어진 스크립트를 실행합니다. |
|
주어진 파일에 있는 테스트 스크립트를 순차적으로 실행합니다. |
Package Contents
- testapp.scripts.get_test_scripts() dict[str, str] [source]
테스트 스크립트를 반환합니다.
- Returns:
테스트 스크립트 딕셔너리 {테스트 이름: 스크립트 절대 경로}
- Return type:
Dict[str, str]