Skip to content

Commit 89e4a5a

Browse files
author
d.kovalenko
committed
Formatting [comments]
1 parent b01b1f2 commit 89e4a5a

File tree

42 files changed

+42
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-6
lines changed

tests/TestConfigHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# PostgresPro. Proxima tests
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
from .TestConfigProp import TestConfigPropNames
55
from .ThrowError import ThrowError

tests/TestConfigProp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# PostgresPro. Proxima tests
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
from __future__ import annotations
55

tests/TestGlobalCache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# PostgresPro. Proxima tests
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
import logging
55
import threading

tests/TestGlobalResource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# Test Global Resource
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
# /////////////////////////////////////////////////////////////////////////////
55
# TestGlobalResource

tests/TestServices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# Test Services
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
from __future__ import annotations
55

tests/TestStartupData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2-
# Test Services
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
33

44
from __future__ import annotations
55

tests/ThrowError.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# /////////////////////////////////////////////////////////////////////////////
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
23

34
# /////////////////////////////////////////////////////////////////////////////
45
# ThrowError

tests/core/configuration/read_utils/ReadUtils/Unpack_StrList2/test_set001__common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# //////////////////////////////////////////////////////////////////////////////
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
23

34
from .......src.core.read_utils import ReadUtils
45

tests/core/configuration/write_utils/WriteUtils/Helper__PackStrListItem2/test_set001__common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# //////////////////////////////////////////////////////////////////////////////
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
23

34
from .......src.core.write_utils import WriteUtils
45

tests/core/configuration/write_utils/WriteUtils/Pack_Str/test_set001__common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# //////////////////////////////////////////////////////////////////////////////
2+
# Postgres Pro. PostgreSQL Configuration Python Library. Tests.
23

34
from .......src.core.write_utils import WriteUtils
45

0 commit comments

Comments
 (0)