You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: