diff --git a/tests/csv_id_to_node_id_map_tests.py b/tests/csv_id_to_node_id_map_tests.py index 07a972b6..c9b20176 100644 --- a/tests/csv_id_to_node_id_map_tests.py +++ b/tests/csv_id_to_node_id_map_tests.py @@ -1,4 +1,4 @@ -"""unittest tests for the CSV ID to node ID map. +"""unittest tests for the CSV ID to node ID map. Do not require a live Drupal. """ import os diff --git a/tests/field_tests.py b/tests/field_tests.py index fe4cd62b..23fe55ba 100644 --- a/tests/field_tests.py +++ b/tests/field_tests.py @@ -1,4 +1,4 @@ -"""unittest tests for Drupal REST JSON field handlers. +"""unittest tests for Drupal REST JSON field handlers. Do not require a live Drupal. """ import sys diff --git a/tests/field_tests_values.py b/tests/field_tests_values.py index a97aa5e0..4254fb46 100644 --- a/tests/field_tests_values.py +++ b/tests/field_tests_values.py @@ -1,4 +1,5 @@ """unittest tests for the 'remove_invalid_values' methods in Drupal REST JSON field handlers. + Do not require a live Drupal. Incomplete. Tracking issue is https://github.com/mjordan/islandora_workbench/issues/424. """ diff --git a/tests/islandora_tests.py b/tests/islandora_tests.py index 134fbb9e..d0436b2d 100644 --- a/tests/islandora_tests.py +++ b/tests/islandora_tests.py @@ -1,5 +1,5 @@ -"""unittest tests that require a live Drupal at http://localhost:8000. In most cases, the URL, credentials, - etc. are in a configuration file referenced in the test. +"""unittest tests that require a live Drupal at https://islandora.traefik.me. In most cases, the host URL, + credentials, etc. are in a configuration file referenced in the test. Files islandora_tests_check.py, islandora_tests_paged_content.py, and islandora_tests_hooks.py also contain tests that interact with an Islandora instance. diff --git a/tests/islandora_tests_check.py b/tests/islandora_tests_check.py index b19b7873..81a697e9 100644 --- a/tests/islandora_tests_check.py +++ b/tests/islandora_tests_check.py @@ -1,5 +1,5 @@ -"""unittest tests that require a live Drupal at http://localhost:8000. In most cases, the URL, credentials, - etc. are in a configuration file referenced in the test. +"""unittest tests that require a live Drupal at https://islandora.traefik.me. In most cases, the host URL, + credentials, etc. are in a configuration file referenced in the test. This test file contains tests for --check. Files islandora_tests.py, islandora_tests_paged_content.py, and islandora_tests_hooks.py also contain tests that interact with an Islandora instance. diff --git a/tests/islandora_tests_hooks.py b/tests/islandora_tests_hooks.py index f97aff57..2b4c9fbd 100644 --- a/tests/islandora_tests_hooks.py +++ b/tests/islandora_tests_hooks.py @@ -1,5 +1,5 @@ -"""unittest tests that require a live Drupal at http://localhost:8000. In most cases, the URL, credentials, - etc. are in a configuration file referenced in the test. +"""unittest tests that require a live Drupal at https://islandora.traefik.me. In most cases, the host URL, + credentials, etc. are in a configuration file referenced in the test. This test file contains tests for Workbench's hooks. Files islandora_tests.py, islandora_tests_paged_content.py, and islandora_tests_checks.py also contain tests that interact with an Islandora instance. diff --git a/tests/islandora_tests_paged_content.py b/tests/islandora_tests_paged_content.py index 7e432350..21be0c9f 100644 --- a/tests/islandora_tests_paged_content.py +++ b/tests/islandora_tests_paged_content.py @@ -1,5 +1,5 @@ -"""unittest tests that require a live Drupal at http://localhost:8000. In most cases, the URL, credentials, - etc. are in a configuration file referenced in the test. +"""unittest tests that require a live Drupal at https://islandora.traefik.me. In most cases, the host URL, + credentials, etc. are in a configuration file referenced in the test. This test file contains tests for paged content. Files islandora_tests.py, islandora_tests_paged_check.py, and islandora_tests_hooks.py also contain tests that interact with an Islandora instance.