Skip to content

Commit

Permalink
feat: add test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Mar 28, 2024
1 parent 2c7368f commit a87b886
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openedx_events/tests/test_tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,8 @@ def test_load_all_signals(self):
OpenEdxPublicSignal.get_signal_by_type('org.openedx.learning.course.enrollment.created.v1'),
OpenEdxPublicSignal
)


class SirNotAppearingInThisFilm(TestCase):
def never_run(self):
print("Hello")

0 comments on commit a87b886

Please sign in to comment.