Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 25574d7

Browse files
committed
Minor changes.
1 parent ad8e9de commit 25574d7

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

tests/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
# ============================================================================
3636
#
3737
"""
38-
pyAttributes
39-
############
38+
Module containing test code written for `pyTest <https://www.pytest.org/>`__.
4039
41-
:copyright: Copyright 2007-2020 Patrick Lehmann - Bötzingen, Germany
40+
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
4241
:license: Apache License, Version 2.0
4342
"""

tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-r ../requirements.txt
22

33
# Coverage collection
4-
Coverage>=5.2.1
4+
Coverage>=5.5
55

6-
# Coverage upload tools
7-
codacy-coverage>=1.3.11
8-
codecov>=2.1.9
6+
# Test Runner
7+
pytest>=6.2.4
8+
pytest-cov>=2.12.1

tests/unit/TerminalUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# ============================================================================
3636
#
3737
"""
38-
pyAttributes
38+
pyTerminalUI
3939
############
4040
4141
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany

tests/unit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# ============================================================================
3636
#
3737
"""
38-
pyAttributes
38+
pyTerminalUI
3939
############
4040
4141
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany

0 commit comments

Comments
 (0)