-
Notifications
You must be signed in to change notification settings - Fork 810
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
test cases #21
base: main
Are you sure you want to change the base?
test cases #21
Conversation
Hey. Still premature because it makes more sense to test it when the implementation is a bit more complete. Many things will change since this program is designed to show programming, is not a "real" project. I'll keep this open as a reminder that we should add some testing, and maybe in Python indeed :) |
Hi! Thanks for your feedback and for the interesting project! (you gave me the idea to try a mini porting to python) |
Just a prototype test case using "nc"
(Obviously it would have also made sense to build a client in Python, but I wanted to limit the test to the behavior described in the video, without adding features)
During the implementation of the test case, which obviously runs faster than a user test, the need arose to insert a "sleep" command... which is a smell and should turn on some light bulbs