Skip to content

Commit

Permalink
Cleanup related to #487.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Aug 28, 2023
1 parent 575b7ba commit ff355aa
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/csv_id_to_node_id_map_tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/field_tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/field_tests_values.py
Original file line number Diff line number Diff line change
@@ -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.
"""
Expand Down
4 changes: 2 additions & 2 deletions tests/islandora_tests.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions tests/islandora_tests_check.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions tests/islandora_tests_hooks.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions tests/islandora_tests_paged_content.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ff355aa

Please sign in to comment.