-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently there is no interrnal battery test driver for RowanClientServices ... the unit tests for Rowan and RowanClientServices are ccmbined in one test run and the expected test results are in the Rowan (expectedV30TestResults.json file](https://github.com/GemTalk/Rowan/blob/issue_840/tests/expectedV30TestResults.json).
I think that Rowan battery tests will always include RowanClientServices tests, but RowanClientServices itself should be independent of Rowan which means:
- create a RowanClientServices/tests/bin/rowanClientServicesTest.stone to load and run RowanClientServices unit tests
- create a $ARCHBASE/tests/rowantst/rowanclientservicesunittst.solo battery test script used in conf files that calls RowanClientServices/tests/bin/rowanClientServicesTest.stone
- create a RowanClientServices/tests/expectedV30TestResults.json to record the expected failures (if any) which determines whether or not the battery test passes or fails
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request