From b9676feb9ebd968c5947b61ebc905bbbb4ff6cf0 Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Fri, 12 Apr 2019 00:50:16 +0200 Subject: [PATCH] Add unit test python files to release package. This makes it possible to run the tests from the source release. It would even be better to make the tests a subpackage of the unidiff main package. That would make it even easier to run the tests after installing then with pip: `python -m unittest unidiff.test` --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5288389..5af5163 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include bin/* +include tests/*.py include tests/samples/* include HISTORY include LICENSE