-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tests #1
Comments
I'd like to help you build tests. Honestly. Are you ok with pexpect() driving bsd telnet? I've extended python's telnet client some, but testing the complex tree of telnet negotiations requires a more capable client, and I haven't yet wanted to complete python's interface. -- on a side note, about e-mail, -- I tried to write you an e-mail, but it bounces because mine is like yours, with a single domain name (yours is lastname dot com, mine is firstname + lastname.com): host refused to talk to me: 504 5.5.2 : Helo command rejected: need fully-qualified hostname. |
Sorry I haven't gotten back to you. I'd prefer the tests not rely on Ian. On Mon, Apr 15, 2013 at 1:16 PM, Jeff Quast [email protected]:
This email is intended for the use of the individual addressee(s) named |
You're probably right. I'm nearly complete with a telnet client and server protocol implementation that uses the newest "tulip" module, https://github.com/jquast/telnetlib3, but it requires python 3.3. So far only the server is complete, but it is almost on-par with capabilities as the BSD C telnet server. This should let us write pure python tests -- but would require python 3.3 ... :-) ah well |
No description provided.
The text was updated successfully, but these errors were encountered: