working on tests
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user