Initial commit for test-run.py - test-runner.
Implement https://blueprints.launchpad.net/tarantool/+spec/tarantool-test-runner. This commit adds an implementation of test running framework (test-run.py), and a simplistic interactive client for the administartive console of tarantool (admin.py). A prototype of the first test suite is added in directory test/box. "run" is a convenience symlink to test-run.py. This commit also adds "make test" goal to the top-level makefile.
Showing
- .gitignore 3 additions, 2 deletions.gitignore
- Makefile 5 additions, 0 deletionsMakefile
- test/admin.py 92 additions, 0 deletionstest/admin.py
- test/box/show.test 8 additions, 0 deletionstest/box/show.test
- test/box/suite.ini 5 additions, 0 deletionstest/box/suite.ini
- test/box/tarantool.cfg 16 additions, 0 deletionstest/box/tarantool.cfg
- test/run 1 addition, 0 deletionstest/run
- test/test-run.py 399 additions, 0 deletionstest/test-run.py
Loading
Please register or sign in to comment