15 lines
331 B
Python
15 lines
331 B
Python
from django.test import TestCase
|
|
# from django.core.management import call_command
|
|
#
|
|
#
|
|
# class NewsTransferTestCase(TestCase):
|
|
# command = "-n"
|
|
#
|
|
# databases = {'default', 'legacy'}
|
|
#
|
|
# def test_transfer(self):
|
|
# args = [self.command]
|
|
# kwargs = {}
|
|
#
|
|
# call_command('transfer', *args, **kwargs)
|