biobricks / bionet-2

The bionet web app
3 stars 2 forks source link

System for unit-testing the RPC api #182

Open Juul opened 6 years ago

Juul commented 6 years ago

We should have a way to write unit tests against the API exposed to the client without having to test the UI as well.

A small command-line tester that connects to the API with a websocket client should work.

Juul commented 6 years ago

bin/client.js is a beginning and right now implements a test for the undelete API