Skip to content

Commit c1007fa

Browse files
committed
More / fixed pragma: no cover
Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent cf24a54 commit c1007fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/ldap/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ class Str(Constant):
366366
)
367367

368368

369-
def print_header():
369+
def print_header(): # pragma: no cover
370370
"""Print the C header file to standard output"""
371371

372372
print('/*')

Lib/slapdtest/_slapdtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def _cli_auth_args(self):
434434

435435
# no cover to avoid spurious coverage changes
436436
def _cli_popen(self, ldapcommand, extra_args=None, ldap_uri=None,
437-
stdin_data=None): # pragma: no-cover
437+
stdin_data=None): # pragma: no cover
438438
args = [
439439
ldapcommand,
440440
'-H', ldap_uri or self.ldapi_uri,

0 commit comments

Comments
 (0)