Add an end-to-end test for the Btrfs hook using a fake Btrfs binary (#80).

This commit is contained in:
Dan Helfman
2024-12-05 17:35:44 -08:00
parent f1c5f11422
commit 03bbe77dd9
6 changed files with 185 additions and 3 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ python3 -m pip install --no-cache --upgrade pip==24.2 setuptools==72.1.0
pip3 install --ignore-installed tox==4.11.3
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox --sitepackages
#tox --workdir /tmp/.tox --sitepackages
tox --workdir /tmp/.tox --sitepackages -e end-to-end