Github user AviaE commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/142#discussion_r120004929
--- Diff: tests/storage/test_model_storage.py ---
@@ -107,7 +107,11 @@ def test_application_storage_factory():
assert storage.plugin
assert storage.task
- assert storage.parameter
+ assert storage.input
+ assert storage.output
+ assert storage.property
+ assert storage.attribute
+
assert storage.type
assert storage.metadata
--- End diff --
Add tests for `as_x`, `_create_parameter`, and model tests.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---