SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Add plugin JavaScript module tests #144

Closed hatashiro closed 9 years ago

hatashiro commented 10 years ago

As plugin test worker is now merged into master, I'll upload the tests. When every test for each module is implemented, this issue will be closed.

hatashiro commented 9 years ago

I'm done with JS modules I've written, and I close this for the time being. If there's any change in plugin JS from now, the test shall be uploaded with the change on the committer's own.

hatashiro commented 9 years ago

To ensure everything's going okay with a new MongoDB cluster implementation(#167), I think now we should have module tests for db. There's a running Beyond app during the module test, so I think db can be accessed from tests without extra care. If there's anything I should know, please feel free to comment here.

While implementing the tests, I'll refer to the wiki. If there's some parts not yet updated, please update them in a while.

hatashiro commented 9 years ago

It's being implemented here: https://github.com/noraesae/beyond/tree/plugin-test-db

hatashiro commented 9 years ago

Done.