Merge pull request #6 from nbehrnd/pytest

add inner documentation to pytest file
This commit is contained in:
Karl Voit 2023-07-18 09:02:28 +02:00 committed by GitHub
commit fb48843ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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