forked from enviPath/enviPy
...
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
from django.conf import settings as s
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
from envipy_additional_information import Temperature, Interval
|
||||
from envipy_additional_information import Interval, Temperature
|
||||
|
||||
from epdb.logic import UserManager, PackageManager
|
||||
from epdb.models import Reaction, Scenario, ExternalDatabase
|
||||
from epdb.logic import PackageManager, UserManager
|
||||
from epdb.models import ExternalDatabase, Reaction, Scenario
|
||||
|
||||
Package = s.GET_PACKAGE_MODEL()
|
||||
|
||||
|
||||
class ReactionViewTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user