first attempt on c2
This commit is contained in:
@@ -18,7 +18,6 @@ from django.test import TestCase, Client,override_settings
|
||||
from django.core.management import call_command
|
||||
|
||||
from django.test.client import RequestFactory
|
||||
from rowers.views import c2_open
|
||||
from rowers.models import Workout, User, Rower, WorkoutForm,RowerForm,GraphImage
|
||||
from rowers.forms import DocumentsForm,CNsummaryForm,RegistrationFormUniqueEmail
|
||||
import rowers.plots as plots
|
||||
@@ -39,7 +38,7 @@ from nose.tools import assert_true
|
||||
from mock import Mock, patch
|
||||
#from minimocktest import MockTestCase
|
||||
import pandas as pd
|
||||
import rowers.c2stuff as c2stuff
|
||||
|
||||
import arrow
|
||||
from django.http import HttpResponseRedirect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user