bywatersolutions / koha-sandboxes-docker

A Koha sandbox system that only requires Docker to be installed on the sandbox host server.
6 stars 3 forks source link

We need a way to run unit tests #39

Open mrenvoize opened 3 years ago

mrenvoize commented 3 years ago

Many test plans now include 'run X tests and verify it passes'.

We need a way to expose that ability to the sandbox manager..

Katrin suggest Tomas had a working way of running changed tests in koha-testing-docker on a trigger.. that might be a nice way to do this step automatically and just display a positive/negative result in the manager.

mrenvoize commented 3 years ago

git diff origin/master --name-only | grep -e '\.t$' | xargs prove