]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add unit test framework nose and associated helper scripts
authorJeff Peeler <jpeeler@redhat.com>
Fri, 13 Apr 2012 21:10:30 +0000 (17:10 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Fri, 13 Apr 2012 21:10:30 +0000 (17:10 -0400)
commit2f8e95baecfb312bb93c93ddd020ee13f0e94120
treef3844162fd83d9f9451e9daddfc02b6157c24c0e
parentb070322351d4c03401ce80d31388dbf89351b181
Add unit test framework nose and associated helper scripts

For usage documentation, refer to heat/tests/testing-overview.txt.
run_tests.sh is what runs the tests.

Fixes #44

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
13 files changed:
contrib/redhat-eventlet.patch [new file with mode: 0644]
heat/tests/examples/__init__.py [new file with mode: 0644]
heat/tests/examples/tags.txt [new file with mode: 0644]
heat/tests/examples/test1.py [new file with mode: 0644]
heat/tests/examples/test2.py [new file with mode: 0644]
heat/tests/examples/test3.py [new file with mode: 0644]
heat/tests/testing-overview.txt [new file with mode: 0644]
heat/tests/unit/test_template_convert.py [deleted file]
run_tests.sh
tools/install_venv.py [new file with mode: 0644]
tools/pip-requires [new file with mode: 0644]
tools/test-requires [new file with mode: 0644]
tools/with_venv.sh [new file with mode: 0755]