[geneagrapher] 193/226: Fixing issue where tests are run twice.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:11:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository geneagrapher.
commit 22be5d9e1985c1e1b1672454b1b7abf6f0db7e2b
Author: David Alber <alber.david at gmail.com>
Date: Sat Dec 3 23:39:21 2011 -0800
Fixing issue where tests are run twice.
Since modifying the packaging set up, 'python setup.py test' has
been running each test twice. This change fixes that.
This closes #12.
---
tests/geneagrapher/__init__.py | 1 -
tests/geneagrapher/tests.py | 5 -----
2 files changed, 6 deletions(-)
diff --git a/tests/geneagrapher/__init__.py b/tests/geneagrapher/__init__.py
index e4bafe5..e69de29 100644
--- a/tests/geneagrapher/__init__.py
+++ b/tests/geneagrapher/__init__.py
@@ -1 +0,0 @@
-import tests
diff --git a/tests/geneagrapher/tests.py b/tests/geneagrapher/tests.py
deleted file mode 100644
index 4a70ffa..0000000
--- a/tests/geneagrapher/tests.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from test_record_methods import TestRecordMethods
-from test_node_methods import TestNodeMethods
-from test_graph_methods import TestGraphMethods
-from test_grabber_methods import TestGrabberMethods
-from test_geneagrapher_methods import TestGeneagrapherMethods
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git
More information about the debian-science-commits
mailing list