openstacksdk/openstack/tests/unit
Stephen Finucane a36f514295 Blackify everything else
Black used with the '-l 79 -S' flags.

A future change will ignore this commit in git-blame history by adding a
'git-blame-ignore-revs' file.

Change-Id: Ie106a5cec8831e113a2b764b62b712a205e3153b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-05-05 11:31:36 +01:00
..
accelerator Blackify openstack.accelerator 2023-05-05 11:31:36 +01:00
baremetal Blackify openstack.baremetal, openstack.baremetal_introspection 2023-05-05 10:55:42 +01:00
baremetal_introspection Blackify openstack.baremetal, openstack.baremetal_introspection 2023-05-05 10:55:42 +01:00
block_storage Blackify openstack.block_storage 2023-05-03 12:18:53 +01:00
cloud Blackify everything else 2023-05-05 11:31:36 +01:00
clustering Blackify openstack.clustering 2023-05-05 11:31:36 +01:00
common Blackify everything else 2023-05-05 11:31:36 +01:00
compute Prepare for hacking 6.x 2023-05-03 12:18:41 +01:00
config Blackify everything else 2023-05-05 11:31:36 +01:00
container_infrastructure_management Blackify openstack.container_infrastructure_management 2023-05-05 11:31:36 +01:00
database Blackify openstack.database 2023-05-05 11:31:36 +01:00
dns Blackify openstack.dns 2023-05-05 11:31:36 +01:00
fake Add unit tests for connection.add_service 2019-03-18 10:47:34 +00:00
fixtures Switch unittests for BS to use v3 2021-12-23 16:50:22 +01:00
identity Blackify openstack.identity 2023-05-03 12:18:51 +01:00
image Blackify openstack.image 2023-05-03 12:18:41 +01:00
instance_ha Blackify openstack.instance_ha 2023-05-05 11:31:36 +01:00
key_manager Blackify openstack.key_manager 2023-05-05 11:00:35 +01:00
load_balancer Blackify openstack.load_balancer 2023-05-05 10:57:04 +01:00
message Blackify openstack.message 2023-05-05 11:02:56 +01:00
network Blackify openstack.network 2023-05-03 12:18:48 +01:00
object_store Blackify openstack.object_store 2023-05-03 12:18:55 +01:00
orchestration Blackify openstack.orchestration 2023-05-05 11:01:48 +01:00
placement Blackify openstack.placement 2023-05-05 11:01:20 +01:00
shared_file_system Blackify openstack.shared_file_system 2023-05-05 10:59:36 +01:00
workflow Blackify openstack.workflow 2023-05-05 11:02:17 +01:00
README.rst tests: Add pointers to docs on running tests 2022-06-24 13:33:03 +01:00
__init__.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
base.py Blackify everything else 2023-05-05 11:31:36 +01:00
fakes.py Use unittest.mock instead of mock 2020-07-17 09:55:29 +02:00
test_connection.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_exceptions.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_format.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_hacking.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_microversions.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_missing_version.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_placement_rest.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_proxy.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_proxy_base.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_resource.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_stats.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_utils.py Blackify everything else 2023-05-05 11:31:36 +01:00

README.rst

Unit Tests for openstacksdk

For information on how to run and extend these tests, refer to the contributor guide.