prep 0.2.6
This commit is contained in:
@@ -38,6 +38,7 @@ def make_context(*, dry_run: bool = False) -> dict:
|
||||
"config": StaticConfig(),
|
||||
"dry_run": dry_run,
|
||||
"apply_metadata_cleanup": True,
|
||||
"apply_metadata_normalization": True,
|
||||
}
|
||||
|
||||
|
||||
@@ -65,6 +66,8 @@ class MetadataEditorTests(unittest.TestCase):
|
||||
self.assertFalse(context["perform_cut"])
|
||||
self.assertTrue(context["no_signature"])
|
||||
self.assertEqual({}, context["encoding_metadata_tags"])
|
||||
self.assertTrue(context["apply_metadata_cleanup"])
|
||||
self.assertTrue(context["apply_metadata_normalization"])
|
||||
|
||||
def test_create_temporary_output_path_uses_same_directory_and_extension(self):
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
|
||||
Reference in New Issue
Block a user