SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

RepyV2 UDP Tests #1

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

Add unit tests for RepyV2 UDP behavior.

choksi81 commented 10 years ago

Author: cemeyer Added some in r3535 and r3537.

choksi81 commented 10 years ago

Author: cemeyer Got UDP working again in r3642.

choksi81 commented 10 years ago

Author: cemeyer Added exceptions-checking tests in r3643.

choksi81 commented 10 years ago

Author: cemeyer Added tests to make sure sockets can be closed/reopened, and that UDP sockets don't interfere with TCP sockets, in r3644.

choksi81 commented 10 years ago

Author: justinc Validate these are okay.

choksi81 commented 10 years ago

Author: vijay As of now there are adequate unit tests to check the behavior of UDP in RepyV2.