Skip to content
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

Open
ianepperson opened this issue Dec 3, 2012 · 3 comments
Open

Create tests #1

ianepperson opened this issue Dec 3, 2012 · 3 comments

Comments

@ianepperson
Copy link
Owner

No description provided.

@jquast
Copy link

jquast commented Apr 15, 2013

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.

@ianepperson
Copy link
Owner Author

Sorry I haven't gotten back to you. I'd prefer the tests not rely on
telnet, but maybe that would be fastest to implement.

Ian.

On Mon, Apr 15, 2013 at 1:16 PM, Jeff Quast [email protected]:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16408744
.

This email is intended for the use of the individual addressee(s) named
above and may contain information that is confidential, privileged or
unsuitable for overly sensitive persons with low self-esteem, no sense of
humor or irrational religious beliefs. If you are not the intended
recipient, any dissemination, distribution or copying of this email is not
authorized (either explicitly or implicitly) and constitutes an irritating
social faux pas. Unless the word absquatulation has been used in its
correct context somewhere other than in this warning, it does not have any
legal or grammatical use and may be ignored. No animals were harmed in the
transmission of this email, although the yorkshire terrier next door is
living on borrowed time, let me tell you. Those of you with an overwhelming
fear of the unknown will be gratified to learn that there is no hidden
message revealed by reading this warning backwards, so just ignore that
Alert Notice from Microsoft: However, by pouring a complete circle of salt
around yourself and your computer you can ensure that no harm befalls you
and your pets. If you have received this email in error, please add some
nutmeg and egg whites and place it in a warm oven for 40 minutes. Whisk
briefly and let it stand for 2 hours before icing.

@jquast
Copy link

jquast commented May 6, 2013

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

ianepperson pushed a commit that referenced this issue Feb 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants