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