TDengine/test/cases/dummy/test_dummy.py
2025-05-28 16:51:05 +08:00

15 lines
No EOL
359 B
Python

class TestDummy:
def test_dummy(self):
"""Dummy test for only_deploy mode.
This test does not perform any operations and is used to ensure that the test framework can run without errors.
Since: None
Labels: dummy
Jira: None
History: None
"""
pass