7 lines
111 B
Python
7 lines
111 B
Python
from unittest import TestCase
|
|
|
|
|
|
class TestUtils(TestCase):
|
|
def test_get_app_connection(self):
|
|
pass
|