tests_routine_simulator.py 234 Bytes
from django.test import TestCase
from common.models import *
import os

class SimulatorRoutine(TestCase):
    def setUp(self):
        pass

    def test_creation(self):
        # self.assertEqual(1, 0, "Standard error")
        pass