developertest
|
Development test framework
|
developertest/src
|
Test framework source code
|
developertest/src/core
|
Test executor
|
developertest/src/core/build
|
Test case compilation
|
developertest/src/core/command
|
Processing of command lines entered by users
|
developertest/src/core/config
|
Test framework configuration management
|
developertest/src/core/driver
|
Test framework driver executor
|
developertest/src/core/resource
|
Test framework configuration file
|
developertest/src/core/testcase
|
Test case management
|
developertest/src/core/common.py
|
Common operations on the test framework
|
developertest/src/core/constants.py
|
Global constants of the test framework
|
developertest/src/core/exception.py
|
Test framework exceptions
|
developertest/src/core/utils.py
|
Test framework tools and methods
|
developertest/src/main
|
Test framework platform
|
developertest/src/main/__main__.py
|
Internal entrance of the test framework
|
developertest/example
|
Test framework demo cases
|
developertest/third_party
|
Third-party components
|
developertest/BUILD.gn
|
Compilation configuration of the test subsystem
|
developertest/start.bat
|
Developer test entry (Windows)
|
developertest/start.sh
|
Developer test entry (Linux)
|