remove PHP tests

This commit is contained in:
Sarah Hoffmann
2024-09-15 11:26:49 +02:00
parent 979aebbfcd
commit 06683edaae
19 changed files with 2 additions and 1956 deletions

View File

@@ -1,14 +1,10 @@
all: bdd php python
no-test-db: bdd-no-test-db php
all: bdd python
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
php:
cd php && phpunit ./
python:
pytest python
.PHONY: bdd php no-test-db python
.PHONY: bdd python