aboutsummaryrefslogtreecommitdiffstats
path: root/test/__init__.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-01-18 10:27:19 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-01-18 10:27:19 +0100
commit4a196e71d4aa325b93749b015a757109de006db5 (patch)
tree3a820048abbfcb6fe6a36c6635bea04e33385d64 /test/__init__.py
parentddeec222e02608798e3f9bc6a806343da7777332 (diff)
downloadjson_diff-4a196e71d4aa325b93749b015a757109de006db5.tar.gz
Plenty of setup.py work.1.2.7
* 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.
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py1
1 files changed, 1 insertions, 0 deletions
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."