kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

Create Enhanced Testing and Documentation #10

Open kipraske opened 9 years ago

kipraske commented 9 years ago

It would be nice use our testing functions to run load tests on our server. And while we are at it we can make a map of all of the message keys and functions - after all that would make a good test if we went through each of those messages and made sure that they still do everything that they need to do.

I know you are supposed to write the tests first... but I am sure some automation would be good in my test functions before we move onto building on the client enhancements.

flend commented 8 years ago

Yeah, testing is pretty much absent. I broke registration for 2 weeks without noticing earlier in the year :)