aboutsummaryrefslogtreecommitdiff
path: root/challenge-285/ppentchev/python/tests/unit/__init__.py
diff options
context:
space:
mode:
author冯昶 <fengchang@novel-supertv.com>2024-09-09 15:10:21 +0800
committer冯昶 <fengchang@novel-supertv.com>2024-09-09 15:10:21 +0800
commit90e81fa7a4d4ba2eb482542cde3401f8c166adc7 (patch)
tree32574bfed25f9181a5281395f5dc3dd0321e0de4 /challenge-285/ppentchev/python/tests/unit/__init__.py
parentd7a3db86265e08657df10663e50d63d87d6695d1 (diff)
parent3c67a5382758155040d6598a2fa01ca5fd6d25d9 (diff)
downloadperlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.tar.gz
perlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.tar.bz2
perlweeklychallenge-club-90e81fa7a4d4ba2eb482542cde3401f8c166adc7.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'challenge-285/ppentchev/python/tests/unit/__init__.py')
-rw-r--r--challenge-285/ppentchev/python/tests/unit/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge-285/ppentchev/python/tests/unit/__init__.py b/challenge-285/ppentchev/python/tests/unit/__init__.py
new file mode 100644
index 0000000000..2fcf8ce229
--- /dev/null
+++ b/challenge-285/ppentchev/python/tests/unit/__init__.py
@@ -0,0 +1,3 @@
+# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
+# SPDX-License-Identifier: BSD-2-Clause
+"""Unit tests for the Perl weekly challenge 285 solutions."""