From 506a796dfa8305c7be424b7d092a31f116dd9576 Mon Sep 17 00:00:00 2001 From: Mark Jordan Date: Thu, 22 Feb 2024 19:49:19 -0800 Subject: [PATCH] Deployed 6c144cf with MkDocs version: 1.4.2 --- development_guide/index.html | 14 +++++++------- search/search_index.json | 2 +- sitemap.xml.gz | Bin 222 -> 222 bytes 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/development_guide/index.html b/development_guide/index.html index 10789707..9cc691db 100644 --- a/development_guide/index.html +++ b/development_guide/index.html @@ -1079,8 +1079,8 @@

General

  • Bug reports, improvements, feature requests, and PRs welcome. Before you open a pull request, please open an issue so we can discuss your idea. In cases where the PR introduces a potentiall disruptive change to Workbench, we usually want to start a discussion about its impact on users in the #islandoraworkbench Slack channel.
  • All code must be formatted using black. You can automatically style your code using black in your IDE of choice.
  • Where applicable, unit and integration tests to accompany your code are very appreciated. Tests in Workbench fall into two categories:
  • @@ -1092,7 +1092,7 @@

    Running tests

  • Unit tests for Workbench's Drupal fields handlers in tests/field_tests.py (run with python3 tests/field_tests.py)
  • -
  • Integration tests that require a live Islandora instance running at https://islandora.traefik.me/