[WEI] Add a small test for the WEI algorithm with a few people
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
e8f4ca1e09
commit
451851c955
2 changed files with 65 additions and 5 deletions
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
import subprocess
|
||||
from datetime import timedelta, date
|
||||
from unittest import skip
|
||||
|
||||
from api.tests import TestAPI
|
||||
from django.conf import settings
|
||||
|
|
@ -813,10 +812,6 @@ class TestWEISurveyAlgorithm(TestCase):
|
|||
)
|
||||
CurrentSurvey(self.registration).save()
|
||||
|
||||
@skip # FIXME Write good unit tests
|
||||
def test_survey_algorithm(self):
|
||||
CurrentSurvey.get_algorithm_class()().run_algorithm()
|
||||
|
||||
|
||||
class TestWeiAPI(TestAPI):
|
||||
def setUp(self) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue