foxglove / xmlrpc

TypeScript library implementing an XMLRPC client and server with pluggable server backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Tests

ajmas opened this issue · comments

Currently there are no tests for this project. It would be useful to have tests:

  • validate protocol compliance
  • protect against future breakages
  • reassure the project can easily be used as a replacement for xmlrpc
  • they can provide a stand-in for documentation in the short-term