working on tests

This commit is contained in:
Jev
2026-04-08 00:07:36 +02:00
parent f488af4959
commit 6f8b88898f
4 changed files with 203 additions and 0 deletions
+6
View File
@@ -71,3 +71,9 @@ def install_zoxide(c):
@task(install_apt_packages, install_docker, install_uv, install_claude, install_fzf, install_zoxide)
def bootstrap(c):
"""Install all base tools."""
@task
def test(c):
"""Run tasks in an ephemeral LXD container."""
run(c, "pytest tests/ -v -s")