We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9578c40 commit 28e87f5Copy full SHA for 28e87f5
tests/topics/test_topic_writer_async.py
@@ -1,4 +1,8 @@
1
+import pytest
2
3
-def test_write_single_message(driver, topic_path):
4
- print(topic_path)
+@pytest.mark.asyncio
5
+class TesttopicWriter:
6
+ async def test_send_message(self, driver):
7
+ pass
8
+
0 commit comments