tests_routine_simulator.py 234 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 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