Test script

This commit is contained in:
Imbus 2024-03-17 01:55:24 +01:00
parent c13378d3b9
commit 04d7a2cdec
2 changed files with 51 additions and 0 deletions

View file

@ -27,6 +27,10 @@ clean: remove-podman-containers
cd backend && make clean
@echo "Cleaned up!"
.PHONY: itest
itest:
python testing.py
# Cleans up everything related to podman, not just the project. Make sure you understand what this means.
podman-clean:
podman system reset --force