mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
15 lines
No EOL
359 B
Python
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 |