Skip to content

Commit

Permalink
- Added annotation to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
delameter committed Apr 20, 2022
1 parent cd9ce86 commit 1c38e88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_fmt.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----------------------------------------------------------------------------
# pytermor [ANSI formatted terminal output toolset]
# (C) 2022 A. Shavykin <0.delameter@gmail.com>
# -----------------------------------------------------------------------------
import unittest

from pytermor import autof, seq, sgr, SequenceSGR, Format
Expand Down
4 changes: 4 additions & 0 deletions tests/test_registry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----------------------------------------------------------------------------
# pytermor [ANSI formatted terminal output toolset]
# (C) 2022 A. Shavykin <0.delameter@gmail.com>
# -----------------------------------------------------------------------------
import unittest

from pytermor import seq
Expand Down
4 changes: 4 additions & 0 deletions tests/test_seq.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----------------------------------------------------------------------------
# pytermor [ANSI formatted terminal output toolset]
# (C) 2022 A. Shavykin <0.delameter@gmail.com>
# -----------------------------------------------------------------------------
import unittest

from pytermor import seq, sgr, build, build_c256, build_rgb, SequenceSGR
Expand Down
4 changes: 4 additions & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----------------------------------------------------------------------------
# pytermor [ANSI formatted terminal output toolset]
# (C) 2022 A. Shavykin <0.delameter@gmail.com>
# -----------------------------------------------------------------------------
import unittest


Expand Down

0 comments on commit 1c38e88

Please sign in to comment.