We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a05090 commit 50e44d0Copy full SHA for 50e44d0
2 files changed
cf_units/tests/test_coding_standards.py
@@ -16,8 +16,7 @@
16
import cf_units
17
18
19
-LICENSE_TEMPLATE = """
20
-# Copyright cf-units contributors
+LICENSE_TEMPLATE = """# Copyright cf-units contributors
21
#
22
# This file is part of cf-units and is released under the LGPL license.
23
# See COPYING and COPYING.LESSER in the root of the repository for full
@@ -120,6 +119,7 @@ def test_license_headers(self):
120
119
f'The file {fname} does not start with the '
121
f'required license header.'
122
)
+ failed = True
123
124
if failed:
125
raise AssertionError(
cf_units/tests/test_unit.py
@@ -1,4 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
# Copyright cf-units contributors
3
4
0 commit comments