From ec49023c4e496d378bf77f33e2d622dbf21fe50d Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 5 Sep 2023 11:12:22 +0200 Subject: [PATCH] Add comment --- test-py/test_backend_designspace.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test-py/test_backend_designspace.py b/test-py/test_backend_designspace.py index 290d64585..8c7560ab1 100644 --- a/test-py/test_backend_designspace.py +++ b/test-py/test_backend_designspace.py @@ -250,6 +250,7 @@ async def test_newFileSystemBackend(tmpdir, testFont): async def test_writeCorrectLayers(tmpdir, testFont): + # Check that no redundant layers are written tmpdir = pathlib.Path(tmpdir) dsPath = tmpdir / "Test.designspace" font = newFileSystemBackend(dsPath)