deb-murano/murano/tests/unit/dsl
Kirill Zaitsev aeb9dca1c8 Improve dsl exception readability
Improve dsl exception readability by double quoting names
of classes, properties, and methods mentioned in the exceptions.

Since property names are often lowercase strings (like 'find' or
'environment'), it can be very hard to distinguish a
property name from general exception information in the
error message (especially for someone new to MuranoPL).
This commit improves this situation, by explicitly highlighting
(quoting) the property in question.

Change-Id: Ic9b099818d558b07a38bada56a53d669f5a9299f
2015-06-29 08:52:54 +03:00
..
foundation Adds API to obtain action result 2015-03-02 14:08:36 +03:00
meta Fixes action result serialization 2015-03-24 16:31:18 +03:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_agent.py Fix pep8 issues in imports 2015-03-13 10:16:08 +02:00
test_assignments.py LHS assignment expressions didn't work with non-trivial indexation 2014-08-19 12:49:30 +04:00
test_config_properties.py Adds per-class configs 2014-12-17 00:48:51 +03:00
test_contracts.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_engine_yaql_functions.py Adds aggregate function to MuranoPL (YAQL) 2014-11-21 18:18:50 +03:00
test_exceptions.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_execution.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_macros.py Resolve and enable H307 pep8 rule 2015-02-05 12:10:22 +03:00
test_multiple_inheritance.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_property_access.py Improve dsl exception readability 2015-06-29 08:52:54 +03:00
test_property_inititialization.py Runtime properties may no longer have default value 2014-09-25 16:47:50 +04:00
test_results_serializer.py Fixes action result serialization 2015-03-24 16:31:18 +03:00
test_single_inheritance.py Move and rename functional tests 2014-07-29 22:29:27 +04:00