1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-15 04:15:13 +03:00

fix tests

Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
Casey Connolly 2025-05-26 18:42:22 +02:00
parent 88afc10e95
commit e44ef84b4b
9 changed files with 27 additions and 17 deletions

View file

@ -148,10 +148,10 @@ def pmb_args(config_file, mock_context, logfile):
init_args(args)
print(f"WORK: {get_context().config.work}")
print(f"WORK: {get_context().config.cache}")
# Sanity check
assert ".pytest_tmp" in get_context().config.work.parts
assert ".pytest_tmp" in get_context().config.cache.parts
@pytest.fixture