openstacksdk/openstack/tests
Artem Goncharov 6e5f34dba5 Drop munch dependency
Importing munch inside of SDK is taking around 0.3 second. Itself it is
not a big problem, but it hurts on the openstackclient front. In
addition to that munch project does not seem to be actively maintained
and had no releases since 2 years.
Dropping this dependency at once is requiring quite a big rework so
instead copy a heavily stripped version of what we really require from
it. This helps us to gain performance improvement while giving time to
rework our code to come up with a decicion on how to deal with it.

Change-Id: I6612278ae798d48b296239e3359026584efb8a70
2023-01-29 09:02:51 +01:00
..
ansible Add ansible stable-2.9 job and run 2.8 and 2.9 2020-03-24 08:43:10 -05:00
functional Merge "Add magnum cluster templates resource" 2023-01-28 20:44:18 +00:00
unit Drop munch dependency 2023-01-29 09:02:51 +01:00
README.rst tests: Add pointers to docs on running tests 2022-06-24 13:33:03 +01:00
__init__.py Sync hacking requirement with global requirements 2014-06-11 11:00:42 -07:00
base.py Drop munch dependency 2023-01-29 09:02:51 +01:00
fakes.py Add support for updated_at field for volume snapshots 2022-09-22 13:07:19 +02:00

README.rst

Tests for openstacksdk

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