openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

Break test.js into small pieces #71

Closed zhongyi-zhang closed 5 years ago

zhongyi-zhang commented 5 years ago

This PR doesn't change any logic in the original test framework. It almost does only "moving". With the change,

cfdreddbot commented 5 years ago

:white_check_mark: Hey zhongyi-zhang! The commit authors and yourself have already signed the CLA.

leonwanghui commented 5 years ago

Good job, but because I'm not familiar with nodejs, so maybe a stupid question is that where is the entry point of this test?

zhongyi-zhang commented 5 years ago

The entry point is not changed.