IBM / xmlservice

XML-based interface for accessing IBM i resources
https://xmlservice.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
35 stars 18 forks source link

Build test utilities in to separate library #23

Open kadler opened 5 years ago

kadler commented 5 years ago

The test utilities (eg. ZZCALL) are used by the various language toolkits for their integration tests, but these utilities are not XMLSERVICE provided by IBM in QXMLSERV. This makes it hard to test the toolkits without building XMLSERVICE manually. If we separate the test utilities in to a separate library, it ensures that we can run the tests without depending on XMLSERVICE from the XMLSERVICE library.