📄 add licence comments top

This commit is contained in:
Rémi TAUVEL 2022-12-16 10:29:37 +01:00
parent 2cbe3f9632
commit 8dce72c01a
3 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,6 @@
"""CLI arguments related module."""
# Licence: GNU AGPL v3: http://www.gnu.org/licenses/
# This file is part of [`delarte`](https://git.afpy.org/fcode/delarte.git)"""CLI arguments related module."""
import argparse

View File

@ -1 +1,4 @@
# Licence: GNU AGPL v3: http://www.gnu.org/licenses/
# This file is part of [`delarte`](https://git.afpy.org/fcode/delarte.git)
"""Test package."""

View File

@ -1,3 +1,6 @@
# Licence: GNU AGPL v3: http://www.gnu.org/licenses/
# This file is part of [`delarte`](https://git.afpy.org/fcode/delarte.git)"""CLI arguments related module."""
"""Unit test for command-line args parser."""
from unittest import TestCase, mock