finish base cli
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from alice.utils import cp_models
|
||||
|
||||
|
||||
class TestUtils(TestCase):
|
||||
def test_cp_models(self):
|
||||
ret = cp_models('models.py', 'new_models.py', 'new_models')
|
||||
print(ret)
|
||||
def test_get_app_connection(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user