Skip to content

Commit

Permalink
Forgot to commit new patches module
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jun 28, 2023
1 parent 9113129 commit 481258d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openedx/core/djangoapps/appsembler/tahoe_idp/tests/patches.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
patching helpers
"""

from mock import Mock


# Keep Signal receivers in tahoe_idp from executing fully when not explicitly testing
dummy_receivers_idp_not_enabled = Mock()
dummy_receivers_idp_not_enabled.return_value = False

0 comments on commit 481258d

Please sign in to comment.