sarahghp / p5bots

Use your microcontroller with p5.js
GNU Lesser General Public License v2.1
199 stars 45 forks source link

Create appropriate integration tests to test server files #1

Open sarahghp opened 9 years ago

sarahghp commented 9 years ago

Currently the server tests only test that the variables required to initialize the server are present and defined. Otherwise, running the examples in quicktest.js serve to test the functionality.

The next big addition to bots needs to be true integration testing.

sarahghp commented 9 years ago

So trying to write anything async with Mocha is basically tragic. Recommended to look into Tap.