This website requires JavaScript.
Explore
Get Started
openstack
/
osc-lib
Code
Issues
Proposed changes
Files
a9c5d7869fc82fd9fc5c272b29a7a686c7f208e8
osc-lib
/
osc_lib
/
tests
/
cli
History
sunyandi
239b001a14
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
...
Trivial fix. Change-Id: Id034f3ddb9be5f1a05e99b5d36b3381edda58ddb
2020-11-06 10:26:20 +00:00
..
__init__.py
Begin moving bits to osc_lib
2016-05-12 16:07:24 -05:00
test_client_config.py
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
2020-11-06 10:26:20 +00:00
test_format_columns.py
formatters: Cast columns before outputting
2020-11-04 15:30:09 +00:00
test_identity.py
Use mock from unittest
2020-05-01 20:28:01 +02:00
test_parseractions.py
Replace assertItemsEqual with assertCountEqual
2020-03-13 14:55:29 +00:00