From 4a196e71d4aa325b93749b015a757109de006db5 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 18 Jan 2012 10:27:19 +0100 Subject: Plenty of setup.py work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. * Move tests to test/ module * Clean up setup.py (when using defaults, install doesn’t install tests, which I like) * Add new setup.py command test to run the test suite. --- test/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/__init__.py (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..1b30feb --- /dev/null +++ b/test/__init__.py @@ -0,0 +1 @@ +"This package contains automated code tests for json_diff." -- cgit