python Programming Glossary: simulating
Unit and functional testing a PySide-based application? http://stackoverflow.com/questions/11145583/unit-and-functional-testing-a-pyside-based-application I want to be able to do functional testing of the UI simulating clicks key presses etc unit testing of UI slots that alter the..
Fake a cookie to scrape a site in python http://stackoverflow.com/questions/1117491/fake-a-cookie-to-scrape-a-site-in-python applications. I like to do this at the protocol level by simulating a real user's interactions via HTTP. Python comes with two built..
Regular Expressions in Python unexpectedly slow http://stackoverflow.com/questions/11190835/regular-expressions-in-python-unexpectedly-slow it fails to find a match as opposed to building a DFA and simulating it. It uses the backtracking approach even when there are no..
pylab.ion() in python 2, matplotlib 1.1.1 and updating of the plot while the program runs http://stackoverflow.com/questions/12822762/pylab-ion-in-python-2-matplotlib-1-1-1-and-updating-of-the-plot-while-the-pro ... version 1.2.x this works fine. As a simple example simulating a lengthy computation by time.sleep consider import pylab import..
ode integration in python versus mathematica results http://stackoverflow.com/questions/16222302/ode-integration-in-python-versus-mathematica-results to believe one program has a higher error tolerance when simulating over millions of seconds in flight time. My question is which..
How to create a generator/iterator with the Python C API? http://stackoverflow.com/questions/1815812/how-to-create-a-generator-iterator-with-the-python-c-api Edit I suppose the main problem I'm having with this is simulating the yield statement. As I understand it it is a pretty simple..
How can I force urllib2 to time out? http://stackoverflow.com/questions/4188723/how-can-i-force-urllib2-to-time-out I seem to remember an interesting application suite for simulating these sorts of things. Maybe someone knows the link python..
Simulating a 'local static' variable in python http://stackoverflow.com/questions/460586/simulating-a-local-static-variable-in-python This is the easiest way I can think of for simulating a 'local static' variable in python. What bothers me is that..
What's so cool about Twisted? http://stackoverflow.com/questions/5458631/whats-so-cool-about-twisted network events happening can easily be unit tested by simulating those network events whereas simulating a context switch isn't.. be unit tested by simulating those network events whereas simulating a context switch isn't a feature provided by most any threading..
pyunit simulating input to stdin http://stackoverflow.com/questions/6271947/pyunit-simulating-input-to-stdin simulating input to stdin I'm trying to test a function that takes input..
|