tests.py 133 B

123456789
  1. from django.test import TestCase
  2. # Create your tests here.
  3. cmd = 'at > /xxx/python /root/project/test.py'
  4. import sys
  5. sys.exit(0)