heat/heat/tests/engine
Dmitry Tyurnikov 1bb37b6857 Some lambda were replaced on def
Always use a def statement instead of an assignment statement that binds
a lambda expression directly to an identifier.

Yes:
def f(x): return 2*x

No:
f = lambda x: 2*x

https://www.python.org/dev/peps/pep-0008/

Change-Id: I776b80bb4bc2184125f461c801897f84d3f29254
2015-09-23 11:35:29 +01:00
..
service Allow nested validation for template-validate 2015-09-22 08:27:28 +01:00
__init__.py Split engine service test case 2015-04-20 10:19:58 -04:00
test_dependencies.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
test_engine_worker.py Convergence: small fixes in tests 2015-09-16 13:59:12 +03:00
test_plugin_manager.py Move core engine related unit tests to tests/engine 2015-07-21 17:37:20 +05:30
test_resource_type.py Add base_attributes_schema to documentation 2015-08-14 12:00:28 +03:00
test_scheduler.py Do not use VolumeTasks in AWS Instance create 2015-07-28 21:59:06 +00:00
test_sync_point.py Convergence: Fix failing integration tests 2015-09-12 08:30:04 +00:00
tools.py Convergence: add support for the path_component 2015-09-01 12:53:05 +05:30