README.md

February 13, 2026 ยท View on GitHub

tests project is maintained

Important

As of DKAN v2.22, we recommend the DDEV Drupal Contrib add-on and workflow to work directly on the DKAN codebase. This will let you clone the module directly from its git repository and stand up a minimal site around it with a flexible stack and no need to manage an entire website codebase.

What is ddev-dkan?

DDEV-DKAN add-on provides commands and config for development of DKAN itself and DKAN-enabled Drupal sites in a local docker environment.

Documentation

Documentation lives in Github Pages: https://getdkan.github.io/ddev-dkan/

Testing

This addon uses BATS for testing.

Get the BATS system by running:

sh ./setup-bats.sh

Now run the tests:

./tests/bats/bin/bats tests/

These tests will run on every push to the Github repo.