python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Augmenting moto with mock patch where method is not yet implemented
I am writing a lambda function that takes a list of CW Log Groups and runs an "export to s3" task on each of them.
I am writing automated tests using pytest and I'm using moto.mock_logs (amo...
Felipe Alvarez
Votes: 0
Answers: 1
How to mock multiple dynamodb tables using moto
I have a function create which uses 3 dynamodb tables. How do i mock three Dynamo db tables?
def create():
//This function uses a dynamodb table "x"
// Then it calls my_table() funct...
geek
Votes: 0
Answers: 2