murano/murano/tests/unit
Andy Botting dc89e7cf61 Fix compatibility with Python 3.10
Since testing with Python 3.10, the test
  murano.tests.unit.dsl.test_helpers.TestDSLHelpers.test_weak_ref
was failing with
  testtools.matchers._impl.MismatchError: 'weakref' != 'ReferenceType'

This is simply the result of newer Python being more correct about
the name of the weakref ReferenceType.

The fix here is to ask what the name is of the class and use that
instead of the hardcoded 'weakref' name.

Change-Id: I26ea4750f10dedb04a07d188e57fcd391a28f870
2022-10-12 21:25:08 +11:00
..
api Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
cmd [goal] Deprecate the JSON formatted policy file 2021-03-07 17:50:48 -06:00
common [goal] Deprecate the JSON formatted policy file 2021-03-07 17:50:48 -06:00
core_library Remove partial clean-up in Instance.destroy 2014-09-04 15:29:43 +04:00
db tests: Remove use of 'oslo_db.sqlalchemy.test_base' 2022-04-19 09:15:59 +10:00
dsl Fix compatibility with Python 3.10 2022-10-12 21:25:08 +11:00
engine Murano testing to Ubuntu Focal 2020-09-19 01:46:40 +00:00
packages Use unittest.mock instead of third party mock 2020-04-19 23:23:41 -07:00
policy Fix requirements-check job 2020-08-05 09:22:03 +00:00
services Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
base.py Implement environment audit reports 2017-08-24 10:11:35 +00:00
test_actions.py Remove unnecessary setUp 2016-09-25 16:20:08 +08:00
test_engine.py Use unittest.mock instead of third party mock 2020-04-19 23:23:41 -07:00
test_hacking.py Use unittest.mock instead of third party mock 2020-04-19 23:23:41 -07:00
test_heat_stack.py Use unittest.mock instead of third party mock 2020-04-19 23:23:41 -07:00
test_utils.py Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
utils.py Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00