mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 05:14:16 +00:00
add inner documentation to pytest file
Purpose and use of the script providing checkes by pytest are described briefly. Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
parent
97dc340be1
commit
71e027025e
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
# -*- coding: utf-8; mode: python; -*-
|
# -*- coding: utf-8; mode: python; -*-
|
||||||
# Time-stamp: <2023-03-15 10:52:15 vk>
|
# 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 unittest
|
||||||
import logging
|
import logging
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue