Sushil Tiwarisusilnem.hashnode.dev·Jun 19, 2024Python Unit Testing: MockingMocking means replacing real objects with pretend ones during testing, especially in unit tests. This technique lets to create different scenarios without using real resources, which saves time and effort. The Mock() object from the unittest.mock cla...26 readsmagicmock
Hamza Aliblog.hamzaa.dev·Jul 25, 2022Pure Function JavaScriptFunctions People think that computer science is the art of geniuses but the actual reality is the opposite, just many people doing things that build on each other, like a wall of mini stones. Donald Knuth Functions are the bread and butter of JavaS...110 readspure functions