"""Mock module that emulates some of the pyodide js module features for the sake of tests""" from unittest.mock import Mock document = Mock() console = Mock() setTimeout = Mock() Object = Mock()