Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

tests project is maintained

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.