details:   https://code.tryton.org/hatch-tryton/commit/4c645676a144
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Mar 12 22:55:53 2026 +0100
description:
        Test wrong syntax for copyright header
diffstat:

 hatch_tryton/tests/test_metadata.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 28efa9994a0e -r 4c645676a144 hatch_tryton/tests/test_metadata.py
--- a/hatch_tryton/tests/test_metadata.py       Thu Mar 12 17:48:56 2026 +0100
+++ b/hatch_tryton/tests/test_metadata.py       Thu Mar 12 22:55:53 2026 +0100
@@ -336,6 +336,7 @@
             }
         (directory / 'COPYRIGHT').write_text(dedent("""\
                 Copyright (C) 9999 John Doe
+                Copyright (C) Foo
 
                 Text"""))
         hook = TrytonMetadataHook(directory, config)

Reply via email to