[PATCH 1/6] Make the test suite directory a Python package.

Ben Finney bignose at debian.org
Fri Jan 13 23:25:37 UTC 2017


This allows modules to be imported from the directory, which in turn
allows the standard Python ‘unittest’ module to do auto-discovery of
unit test modules.
---
 tests/__init__.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tests/__init__.py

diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 00000000..e69de29b
-- 
2.11.0



More information about the pkg-python-debian-maint mailing list