Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monkeypatching

How to monkey patch Django?

Is it acceptable practice to patch Ruby's base classes, such as Fixnum?

ruby monkeypatching

How to mock a decorated function

Patch routine call in delphi

delphi monkeypatching

gevent monkey-patching and breakpoints

Advantages of Using MethodType in Python

How can I modify the XMLHttpRequest responsetext received by another function?

Recommended approach to monkey patching a class in ruby

ruby monkeypatching

How to multiply functions in python?

Conjugate transpose operator ".H" in numpy

Using Celery on processes and gevent in tasks at the same time

How to Mock an HTTP request in a unit testing scenario in Python

What is the difference between mocking and monkey patching?

Extending builtin classes in python

Dynamically add a property or method to an object in groovy

groovy monkeypatching

Monkey patching a @property

In Rails, how to add a new method to String class?

Can you monkey patch methods on core types in Python?

Monkey-patch Python class

python monkeypatching

Can you patch *just* a nested function with closure, or must the whole outer function be repeated?