Skip to content

Commit b6e058e

Browse files
author
stroeder
committed
unified module __doc__ and encoding declaration
1 parent 2afdc24 commit b6e058e

11 files changed

+63
-10
lines changed

Lib/slapdtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
23
slapdtest - module for spawning test instances of OpenLDAP's slapd server
34
45
See http://www.python-ldap.org/ for details.
56
6-
\$Id: slapdtest.py,v 1.8 2017/04/28 06:34:20 stroeder Exp $
7+
\$Id: slapdtest.py,v 1.9 2017/04/28 07:30:58 stroeder Exp $
78
89
Python compability note:
910
This module only works with Python 2.7.x since

Tests/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
python-ldap tests module package
3+
Automatic tests for python-ldap
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: __init__.py,v 1.5 2017/04/28 07:30:59 stroeder Exp $
38
"""
49

510
import t_cext

Tests/t_cext.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
Tests the LDAP C Extension module called _ldap
3+
Automatic tests for python-ldap's C wrapper module _ldap
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_cext.py,v 1.22 2017/04/28 07:30:59 stroeder Exp $
38
"""
49

510
import os

Tests/t_ldap_dn.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Automatic tests for module ldap.dn
3+
Automatic tests for python-ldap's module ldap.dn
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_dn.py,v 1.4 2017/04/28 07:30:59 stroeder Exp $
48
"""
59

610
# from Python's standard lib

Tests/t_ldap_filter.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Automatic tests for module ldap.filter
3+
Automatic tests for python-ldap's module ldap.filter
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_filter.py,v 1.3 2017/04/28 07:30:59 stroeder Exp $
48
"""
59

610
# from Python's standard lib

Tests/t_ldap_functions.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Automatic tests for module ldap.functions
3+
Automatic tests for python-ldap's module ldap.functions
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_functions.py,v 1.2 2017/04/28 07:30:59 stroeder Exp $
48
"""
59

610
# from Python's standard lib

Tests/t_ldap_modlist.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
Tests for module ldap.modlist
3+
Automatic tests for python-ldap's module ldap.modlist
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_modlist.py,v 1.2 2017/04/28 07:30:59 stroeder Exp $
38
"""
9+
410
import unittest
511

612
import ldap

Tests/t_ldap_schema_subentry.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
test class ldap.schema.SubSchema
3+
Automatic tests for python-ldap's class ldap.schema.SubSchema
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_schema_subentry.py,v 1.2 2017/04/28 07:30:59 stroeder Exp $
38
"""
49

510
import unittest

Tests/t_ldap_schema_tokenizer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
test module ldap.schema.tokenizer
3+
Automatic tests for python-ldap's module ldap.schema.tokenizer
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldap_schema_tokenizer.py,v 1.10 2017/04/28 07:30:59 stroeder Exp $
38
"""
49

510
import unittest

Tests/t_ldapobject.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# -*- coding: utf-8 -*-
12
"""
2-
test LDAP operations with ldap.ldapobject
3+
Automatic tests for python-ldap's module ldap.ldapobject
4+
5+
See http://www.python-ldap.org/ for details.
6+
7+
$Id: t_ldapobject.py,v 1.7 2017/04/28 07:30:59 stroeder Exp $
38
"""
49

510
import os

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy