finish base cli

This commit is contained in:
long2ice
2020-05-14 18:46:17 +08:00
parent d385647fba
commit 2da90ecca6
21 changed files with 465 additions and 623 deletions

View File

@@ -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