gault-millau/apps/transfer/tests.py
2019-10-20 17:59:18 +03:00

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)