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:
parent
88afc10e95
commit
e44ef84b4b
9 changed files with 27 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue