Skip to content

Commit

Permalink
temp: test bad docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Jan 12, 2024
1 parent 1e7214b commit d49b856
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions edx_event_bus_kafka/internal/producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,3 +390,11 @@ def _reset_caches(sender, **kwargs): # pylint: disable=unused-argument
"""Reset caches when settings change during unit tests."""
get_serializers.cache_clear()
get_signal_serializer.cache_clear()


def test_doc_style(arg1):
"""this should fail
- arg1
"""
pass

Check warning on line 400 in edx_event_bus_kafka/internal/producer.py

View check run for this annotation

Codecov / codecov/patch

edx_event_bus_kafka/internal/producer.py#L400

Added line #L400 was not covered by tests

0 comments on commit d49b856

Please sign in to comment.