From 158fbd16c8ce1d59ced42e598fb51581f383162e Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 28 Jul 2021 12:40:43 +0100 Subject: [PATCH] Give a better name for this --- testsuite/datmantests/test_backup_and_extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/datmantests/test_backup_and_extract.py b/testsuite/datmantests/test_backup_and_extract.py index 30ad51a..58b61c7 100644 --- a/testsuite/datmantests/test_backup_and_extract.py +++ b/testsuite/datmantests/test_backup_and_extract.py @@ -10,7 +10,7 @@ from helpers.yama_helpers import set_up_simple_yama class TestBackupAndExtract(TestCase): - def test_backup_one_full_no_labelling(self): + def test_backup_one_full_no_labelling_skip_metadata(self): td = TemporaryDirectory("test_backup_one_full") tdpath = Path(td.name)