This website requires JavaScript.
Explore
Get Started
openstack
/
glance
Code
Issues
Proposed changes
6aacf2388a
Branches
Tags
View all branches
glance
/
.gitignore
7 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implemented @utils.skip_test, @utils.skip_unless and @utils.skip_if functionality in glance/test/utils.py. Added glance/tests/unit/test_skip_examples.py which contains example skip case usages. Fixed issue where ./run_tests.sh would not execute pep8. Fixed couple of pep8 violations in test_skip_examples.py Change-Id: Id6eaa8768b663b4638fbca0e3bdf72b74969150a
2011-08-04 11:00:00 -05:00
*.pyc
Add @skip_if_disabled decorator to test.utils and integrate it into the base functional API test case. The S3 functional test case now uses test_api.TestApi as its base class and the setUp() method sets the disabled and disabled_message attributes that the @skip_if_disabled decorator uses. The S3 test case now tests all the methods that are tested for the filesystem store driver in test_api.TestApi Removed the test.functional.test_s3.conf file as it was no longer needed. Change-Id: I308d7a655c8c26339d0e2560634421935bbc8b5d
2011-08-08 12:56:30 -04:00
*.swp
Implemented @utils.skip_test, @utils.skip_unless and @utils.skip_if functionality in glance/test/utils.py. Added glance/tests/unit/test_skip_examples.py which contains example skip case usages. Fixed issue where ./run_tests.sh would not execute pep8. Fixed couple of pep8 violations in test_skip_examples.py Change-Id: Id6eaa8768b663b4638fbca0e3bdf72b74969150a
2011-08-04 11:00:00 -05:00
*.log
.glance-venv
tests.sqlite
Refactoring/cleanup around our exception handling Fixes LP Bug #820643 - import_class() does not report original exception. * Makes ALL exceptions now use base exception class * Removes unused exception classes from Nova * Removes unused code in glance.common.utils * Adds unit tests for bool_from_string and import_class Change-Id: If6775eb3ce85390bc5d579dff6c59c6066e77e9b
2011-10-10 13:44:22 -04:00
glance/vcsversion.py
Copy Permalink