Mercurial > hgrepos > Python > apps > py-cutils
comparison tests/test_shasum.py @ 357:7f797d71bd5e
Add SPDX license tags to unittest scripts
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 02 Apr 2025 14:05:03 +0200 |
| parents | af8318191ed3 |
| children |
comparison
equal
deleted
inserted
replaced
| 356:893adaf534d6 | 357:7f797d71bd5e |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | |
| 3 # SPDX-FileCopyrightText: © 2022 Franz Glasner | |
| 4 # SPDX-License-Identifier: BSD-3-Clause | |
| 5 # :- | |
| 2 r"""Unit tests | 6 r"""Unit tests |
| 3 | 7 |
| 4 """ | 8 """ |
| 5 | 9 |
| 6 from __future__ import absolute_import, print_function | 10 from __future__ import absolute_import, print_function |
