Skip to content

Commit

Permalink
use edc-test-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 13, 2024
1 parent f776a2e commit c915f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edc_qareports/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .dbviews import QaReportLogSummary
from .edc_permissions import EdcPermissions
from .qa_report_model_mixin import QaReportModelMixin
from .qa_report_model_mixin import QaReportModelMixin, qa_reports_permissions
from .qa_report_note import QaReportNote
from .qa_reports_log import QaReportLog
3 changes: 2 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import logging
from pathlib import Path

from edc_test_utils import DefaultTestSettings, func_main
from edc_test_settings.default_test_settings import DefaultTestSettings
from edc_test_settings.func_main import func_main

app_name = "edc_qareports"
base_dir = Path(__file__).absolute().parent
Expand Down

0 comments on commit c915f55

Please sign in to comment.