Skipped appdir test

This commit is contained in:
Patrick Kanzler 2023-12-06 00:20:01 +01:00
parent 2e9d5a9871
commit 303e4f790c

View File

@ -71,6 +71,9 @@ def test_config_load_with_missing_config(tmp_path):
c.load(config_path=tmp_path)
@pytest.mark.skip(
"This test creates in the actual appdir files and is therefore skipped."
)
def test_config_load_from_appdir():
"""Test the loading of a config in appdir."""
from escpos import config