You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-04 04:42:30 +03:00
14 lines
198 B
Python
14 lines
198 B
Python
import unittest
|
|
|
|
|
|
class MiscTest(unittest.TestCase):
|
|
def test_read_module_id(self):
|
|
pass
|
|
|
|
def test_set_module_id(self):
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|