资 源 简 介
gaedriver is a tool to automate end-to-end test for App Engine apps.
A Python Tutorial is available here: PythonTutorial.
Motivation
Before you can run an end-to-end test, you need to bring up your test environment. For App Engine apps, this means starting dev_appserver or deploying an application. The gaedriver package allows you to do those things with an API.
Current status
pre-alpha - We try to understand what"s needed and how we can solve it in the scope of this project.
Download
You can download gaedriver from PyPI directly: http://pypi.python.org/pypi/gaedriver/ or use your favorite local PyPI interface, for example pip:
$ pip install gaedriver
Contributing
Contributions are welcome any any form
* feature requests,
*
文 件 列 表
COPYING
run_tests.py
VERSION
src
gaedriver
gaedriver
gaedriver.py
__init__.py
test_gaedriver.py
lib
pyfakefs
unittest2
loader.py
pyfakefs
fake_filesystem_test.py
COPYING
all_tests.py
fake_filesystem_shutil_test.py
fake_filesystem_glob.py
__init__.py
README
fake_filesystem_vs_real_test.py
fake_filesystem_glob_test.py
fake_filesystem_shutil.py
fake_tempfile.py
fake_filesystem.py
fake_tempfile_test.py
demo
.gaedriver
test_e2e.py
app
main.py