Top "Mox" questions

Mox is a mock object framework for Python.

Mocking open(file_name) in unit tests

I have a source code that opens a csv file and sets up a header to value association. The source …

python unit-testing mox
Python SQLAlchemy - Mocking a model attribute's "desc" method

In my application, there is a class for each model that holds commonly used queries (I guess it's somewhat of …

python unit-testing mocking sqlalchemy mox