shmup / miniboa

An asynchronous, single-threaded, poll-based Telnet server
Apache License 2.0
60 stars 12 forks source link

Create an acceptance test for Travis #7

Closed shmup closed 8 years ago

shmup commented 8 years ago

Not entirely sure what the best approach is. Ultimately we just want a final acceptance test that:

  1. Starts a TelnetServer
  2. Create a sock to connect to it
  3. sock.send some message to the server
  4. Assert that the message was received and is == "whatever we sent"
shmup commented 8 years ago

An acceptance test is now implemented: https://travis-ci.org/shmup/miniboa