StackOverflow Questions for Tag: magicmock

srinin
srinin

Reputation: 83

My AWS lambda in python. It downloads a file from S3 and reads that file. Now I need to write a unittest mock test for that

Score: 1

Views: 263

Answers: 0

Read More
user3625533
user3625533

Reputation: 415

mocking boto3 client for exceptions

Score: 1

Views: 2035

Answers: 0

Read More
Jean Bouvattier
Jean Bouvattier

Reputation: 365

patching at TestCase class level without overriding unit_test signatures

Score: 0

Views: 32

Answers: 1

Read More
Patrick_Chong
Patrick_Chong

Reputation: 534

How can I use MagicMock to mock an argument and test that my variable is set correctly?

Score: 0

Views: 54

Answers: 0

Read More
Brent Hronik
Brent Hronik

Reputation: 2427

Mock map_async function argument yields PicklingError

Score: 1

Views: 568

Answers: 2

Read More
Lily Jinjia Li
Lily Jinjia Li

Reputation: 15

Unit testing - how to set values for mock object Python

Score: 0

Views: 1578

Answers: 1

Read More
Matt
Matt

Reputation: 1

Mock.patch returning MagicMock object causing AssertionError?

Score: 0

Views: 1598

Answers: 1

Read More
Eric Böwer
Eric Böwer

Reputation: 1

SOLVED: MagicMock and Flask-Request custom json for UnitTest

Score: 0

Views: 344

Answers: 1

Read More
nola
nola

Reputation: 1

Mocking method from another class with python unittest mock

Score: 0

Views: 114

Answers: 0

Read More
Rza
Rza

Reputation: 215

Python MagicMock returns bytes value for HTTP response

Score: 0

Views: 1061

Answers: 1

Read More
LEBaz2211
LEBaz2211

Reputation: 1

What is the best way to perform unit testing with socket module based code and mocking

Score: 0

Views: 17

Answers: 0

Read More
Kashyap
Kashyap

Reputation: 477

Mocked values mismatch with MagicMock

Score: 0

Views: 166

Answers: 0

Read More
qmo
qmo

Reputation: 3198

Mocking timedelta.total_seconds()

Score: 1

Views: 828

Answers: 1

Read More
John Smith
John Smith

Reputation: 191

Can `MagicMock` compare with int in python3?

Score: 7

Views: 5596

Answers: 1

Read More
Dawson
Dawson

Reputation: 1

Python3 unit tests for API

Score: 0

Views: 29

Answers: 1

Read More
claudius
claudius

Reputation: 1144

python check if a method is called without mocking it away

Score: 33

Views: 15900

Answers: 3

Read More
Remotec
Remotec

Reputation: 10782

Python mock not applied to object under test

Score: 2

Views: 957

Answers: 0

Read More
Intrastellar Explorer
Intrastellar Explorer

Reputation: 2511

MagicMock's reset_mock not properly resetting sub-mock's side_effect

Score: 1

Views: 1924

Answers: 1

Read More
ca9163d9
ca9163d9

Reputation: 29227

How to magic mock long chained calls?

Score: 0

Views: 211

Answers: 1

Read More
LookIntoEast
LookIntoEast

Reputation: 8828

How to do pytest to show method has been called with specified types of arguments?

Score: 1

Views: 921

Answers: 1

Read More
PreviousPage 3Next