Skip to content
Snippets Groups Projects
Commit 7fcab117 authored by Felix Blanke's avatar Felix Blanke
Browse files

Move AKModel test files into one module

parent d51dc87a
No related branches found
No related tags found
1 merge request!11Add tests on json export
Pipeline #269809 passed
......@@ -6,7 +6,7 @@ from django.utils.timezone import now
from AKDashboard.models import DashboardButton
from AKModel.models import Event, AK, AKCategory
from AKModel.test_views import BasicViewTests
from AKModel.tests.test_views import BasicViewTests
class DashboardTests(TestCase):
......
File moved
File moved
from django.test import TestCase
from AKModel.test_views import BasicViewTests
from AKModel.tests.test_views import BasicViewTests
class PlanViewTests(BasicViewTests, TestCase):
......
......@@ -4,7 +4,7 @@ from datetime import timedelta
from django.test import TestCase
from django.utils import timezone
from AKModel.test_views import BasicViewTests
from AKModel.tests.test_views import BasicViewTests
from AKModel.models import AKSlot, Event, Room
class ModelViewTests(BasicViewTests, TestCase):
......
......@@ -5,7 +5,7 @@ from django.urls import reverse_lazy
from django.utils.datetime_safe import datetime
from AKModel.models import AK, AKSlot, Event
from AKModel.test_views import BasicViewTests
from AKModel.tests.test_views import BasicViewTests
class ModelViewTests(BasicViewTests, TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment