mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
6 lines
95 B
Python
6 lines
95 B
Python
from test_MySQLdb import *
|
|
|
|
if __name__ == "__main__":
|
|
import unittest
|
|
unittest.main()
|