move tests to tests subdir

This commit is contained in:
InsanePrawn 2025-03-29 16:24:25 +01:00
parent 140da95d65
commit 48746f785b
11 changed files with 40 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
sudo -v
python -m pytest -v --cov=. --cov-branch --cov-report=term "$@" src/kupferbootstrap
python -m pytest -v --cov=. --cov-branch --cov-report=term "$@" tests