mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-08-21 18:47:22 +02:00
Merge branch 'master' into 'improvements'
# Conflicts: # locale/fr/LC_MESSAGES/django.po
This commit is contained in:
@@ -582,7 +582,7 @@ class TestStudentParticipation(TestCase):
|
||||
for i in range(1, 5):
|
||||
Phase.objects.filter(phase_number=i).update(start=timezone.now() + timedelta(days=2 * i),
|
||||
end=timezone.now() + timedelta(days=2 * i + 1))
|
||||
self.assertEqual(Phase.current_phase().phase_number, 1)
|
||||
self.assertEqual(Phase.current_phase(), None)
|
||||
|
||||
# We are after the end
|
||||
for i in range(1, 5):
|
||||
|
Reference in New Issue
Block a user