Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monkeypatching

Pytest: mocking / monkey patching builtin input() and print() functions in python

How to mock the return value of class method imported from another class in Python?

Is there any way to monkey patch builtin parentheses [], (), {} behaviour? (in python 3 code, without modifying C/interpreter)

monkey patching at the npm package level?

Is possible to use decorator to monkey patch the global variables?

python monkeypatching

Getting monkeypatching in pytest to work

How to monkey patch a ruby class inside a method [closed]

How to create new closure cell objects?

Monkey patching class and instance in Python

python monkeypatching

Monkey patching Devise (or any Rails gem)

Is there a way to add an argument to class __init__ method with monkey patching?

python monkeypatching

How to monkeypatch dunder methods to existing instances?

How can you do a safe, backwards-compatible "reverse-monkeypatch" in Ruby?

ruby reverse monkeypatching

Safely adding a `sum` method to Array class

ruby monkeypatching

How to test an infinite while loop with pytest

How to write String monkeypatch method that will modify it

ruby monkeypatching

Open classes in a module

fixnum and prime numbers in ruby

Is it possible to give javascript partial class behavior like C# or monkey patching like Ruby does?

monkey patching time.time() in python