Skip to content

Commit

Permalink
test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Nov 22, 2019
1 parent f818662 commit 22c32fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
BASE_DIR=base_dir,
APP_NAME=app_name,
ETC_DIR=os.path.join(base_dir, app_name, "tests", "etc"),
RANDOMIZATION_LIST_PATH=join(
base_dir, app_name, "tests", "test_randomization_list.csv"),
EDC_RANDOMIZATION_LIST_MODEL="ambition_rando.randomizationlist",
EDC_RANDOMIZATION_LIST_FILE=join(
base_dir, app_name, "tests", "etc", "randomization_list.csv"),
INSTALLED_APPS=[
'django.contrib.admin',
'django.contrib.auth',
Expand All @@ -34,6 +35,7 @@
'edc_identifier.apps.AppConfig',
'edc_screening.apps.AppConfig',
'edc_protocol.apps.AppConfig',
'edc_randomization.apps.AppConfig',
'edc_registration.apps.AppConfig',
'edc_device.apps.AppConfig',
"edc_sites.apps.AppConfig",
Expand Down

0 comments on commit 22c32fd

Please sign in to comment.