murano/murano/tests/unit/dsl
Stan Lagun f4ff2fb482 Basic reflection capabilities were added to MuranoPL
Now it is possible to get type info with typeinfo() function and using
it as a starting point obtain information about the class, its methods
and properties as well as the package of the class.
See TestReflection.yaml for detailed usage.

Also some refactoring to existing code model were made.

Change-Id: Ic8a719e874126d735c26b956a49cb790d434c64c
2016-02-18 22:22:11 +00:00
..
foundation Basic reflection capabilities were added to MuranoPL 2016-02-18 22:22:11 +00:00
meta Basic reflection capabilities were added to MuranoPL 2016-02-18 22:22:11 +00:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_agent.py Migration to yaql 1.1 2016-02-18 12:00:59 +00:00
test_assignments.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
test_config_properties.py Package versioning 2015-09-03 12:06:42 +00:00
test_construction.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
test_contracts.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
test_engine_yaql_functions.py New operator 'is' was added 2016-02-16 18:09:30 +03:00
test_exceptions.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_execution.py Fix order of arguments in assertEqual 2015-09-29 15:38:33 +03:00
test_helpers.py Fix TypeError set param from 'null' to some value 2015-11-11 13:55:54 +08:00
test_logger.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
test_macros.py Makes conditional expressions consistent with yaql 1.0 2015-10-09 23:35:00 +03:00
test_multiple_inheritance.py Number of yaql functions caused AmbiguousFunctionException 2015-10-01 11:48:56 +03: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_reflection.py Basic reflection capabilities were added to MuranoPL 2016-02-18 22:22:11 +00:00
test_results_serializer.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
test_single_inheritance.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_unicode.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00