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 19c388d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openedx_events/tests/test_tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,9 @@ 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 19c388d

Please sign in to comment.