Started POM and assets test

This commit is contained in:
Matthew Smith
2020-01-23 18:29:18 +00:00
parent 630011aff7
commit a25c41150e
15 changed files with 265 additions and 26 deletions

View File

@@ -1,5 +1,3 @@
import pytz
from reversion import revisions as reversion
from django.conf import settings
@@ -8,6 +6,7 @@ from django.test import TestCase
from RIGS import models, versioning
from datetime import date, timedelta, datetime, time
from decimal import *
from PyRIGS.tests.base import create_browser
class ProfileTestCase(TestCase):