We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7a3fe commit ead3b32Copy full SHA for ead3b32
.gitignore
@@ -6,6 +6,7 @@ __pycache__/
6
.tox
7
.coverage*
8
!.coveragerc
9
+/.cache
10
11
# shared libs installed by 'setup.py test'
12
/Lib/*.so*
setup.cfg
@@ -35,3 +35,11 @@ packager = python-ldap team
35
distribution_name = openSUSE 11.x
36
release = 1
37
doc_files = CHANGES README INSTALL TODO Demo/
38
+
39
+# pytest, https://docs.pytest.org/en/latest/customize.html
40
+[tool:pytest]
41
+testpaths = Tests
42
+python_files = t_*.py
43
+filterwarnings =
44
+ error
45
+ ignore::ldap.LDAPBytesWarning
0 commit comments