IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

Feature/cpd service #2623

Closed markheger closed 3 years ago

markheger commented 3 years ago

resolves #2610

ghost commented 3 years ago

Don't forget CHANGELOG.

markheger commented 3 years ago
> python3 -u -m unittest test2_service_endpoint.TestEndpoint

..['@endpoint(port=as_string,summary="__ENDPOINT__SUMMARY__",description="__ENDPOINT__DESC__",tags="[\\"__ENDPOINT__TAG1__\\", \\"__ENDPOINT__TAG2__\\"]",attributeDescriptions="{\\"id\\":{\\"description\\":\\"__ENDPOINT__ATTR1__DESC__\\"},\\"num\\":{\\"description\\":\\"__ENDPOINT__ATTR2__DESC__\\"}}")']
['@service(title="__SERVICE__TITLE__",description="__SERVICE__DESC__")']
.
----------------------------------------------------------------------
Ran 4 tests in 177.945s

OK