test: use nose for running tests
commitf61a8af01b3b73cb2f92f84398aecfb66e441098
authorDavid Aguilar <davvid@gmail.com>
Fri, 19 Sep 2008 11:20:17 +0000 (19 04:20 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 19 Sep 2008 11:20:17 +0000 (19 04:20 -0700)
treef2cccb3f87daac9d6eed8d15fd051fe54d28f1fb
parentf80f6c3e971515821182f424bfedaaed59376feb
test: use nose for running tests

Signed-off-by: David Aguilar <davvid@gmail.com>
MANIFEST.in
Makefile
t/run_tests [deleted file]
t/testmodel.py [deleted file]
test/Makefile [moved from t/Makefile with 76% similarity]
test/test_git.py [moved from t/t0001-git-commands.py with 92% similarity, mode: 0644]
test/test_git_opts.py [moved from t/t0003-git-ops.py with 90% similarity, mode: 0644]
test/test_model.py [moved from t/t0002-model-object.py with 95% similarity, mode: 0644]
test/test_model_serialization.py [moved from t/t0004-model-save-restore.py with 78% similarity, mode: 0644]
test/test_moduleimport.py [moved from t/t0000-import-test.py with 79% similarity, mode: 0644]
test/testlib.py [moved from t/testutils.py with 51% similarity]