From 71e027025e9b9efed825cc2194cb1553099849d2 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Mon, 17 Jul 2023 22:27:32 +0200 Subject: [PATCH] add inner documentation to pytest file Purpose and use of the script providing checkes by pytest are described briefly. Signed-off-by: Norwid Behrnd --- guessfilename_test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guessfilename_test.py b/guessfilename_test.py index f5def81..53f80c0 100755 --- a/guessfilename_test.py +++ b/guessfilename_test.py @@ -2,6 +2,11 @@ # -*- coding: utf-8; mode: python; -*- # Time-stamp: <2023-03-15 10:52:15 vk> +# This script checks the functionality provided by guessfilename. +# Its execution depends on pytest (see https://docs.pytest.org/en/ +# for additional details). Depending on your local installation, +# the tests are launched by either command `pytest`, or `pytest-3`. + import unittest import logging import tempfile