openstack-python-openstackc.../openstackclient/tests
Michael McCune b33ee3daf6 remove assert in favor an if/else
the assert usage in the NonNegativeAction has the potential to allow
unexpected behavior when the python is byte-compiled with optimization
turned on.

Changes
* remove assert in favor of if/else in NonNegativeAction class
* add type specifier to parser arguments for non-negative actions
* correct tests for new int based values

Change-Id: I093e7440b8beff4f179e2c4ed81daff82704c40e
Closes-Bug: #1576375
2016-05-02 15:11:45 -04:00
..
api when fetching object store properties use lower() 2015-12-14 12:23:44 -05:00
common Support quota show for current project 2016-04-21 11:33:24 -05:00
compute Fix error in flavor set/unset command 2016-04-28 19:59:53 +08:00
identity Trivial: Reorder classes in identity v3 in alphabetical order 2016-03-11 10:02:25 +08:00
image Fix mutable default arguments in tests 2016-04-20 11:15:17 +08:00
network remove assert in favor an if/else 2016-05-02 15:11:45 -04:00
object Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
volume Merge "Support for volume service list" 2016-04-28 16:13:46 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Fix mutable default arguments in tests 2016-04-20 11:15:17 +08:00
test_shell.py Rename --profile to --os-profile 2016-04-19 07:50:42 -05:00
utils.py remove py26 workaround in osc 2016-03-08 12:41:17 +00:00