@[ ! -d test/unit ]&&echo"track-changes has no unit tests"||$(DOCKER_COMPOSE) run --rm test_unit
test_acceptance:test_cleantest_acceptance_pre_run# clear the database before each acceptance test run
@[ ! -d test/acceptance ]&&echo"track-changes has no acceptance tests"||$(DOCKER_COMPOSE) run --rm test_acceptance
test_clean:
$(DOCKER_COMPOSE) down -v -t 0
test_acceptance_pre_run:
@[ ! -f test/acceptance/scripts/pre-run ]&&echo"track-changes has no pre acceptance tests task"||$(DOCKER_COMPOSE) run --rm test_acceptance test/acceptance/scripts/pre-run