summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-02 13:29:37 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-02 13:29:37 +0000
commit10c371cae1ee954095f93e7d5ce17d0db80db27c (patch)
tree7e052e5dcb3f0ef08415f4315cd7604650d5cb91
parentaa0aa384c178994f054c76aaafee8782d778feb1 (diff)
downloadgenbackupdata-10c371cae1ee954095f93e7d5ce17d0db80db27c.tar.gz
Remove __init__ test module.
It make CoverageTestRunner's module importing break.
-rw-r--r--genbackupdatalib/__init___tests.py25
-rw-r--r--without-tests2
2 files changed, 1 insertions, 26 deletions
diff --git a/genbackupdatalib/__init___tests.py b/genbackupdatalib/__init___tests.py
deleted file mode 100644
index d1bf452..0000000
--- a/genbackupdatalib/__init___tests.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2010 Lars Wirzenius
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
-import unittest
-
-import genbackupdatalib
-
-
-class GenbackupdataTests(unittest.TestCase):
-
- def test_provides_version_number(self):
- self.assertTrue(hasattr(genbackupdatalib, 'version'))
diff --git a/without-tests b/without-tests
index 2c4830c..f849124 100644
--- a/without-tests
+++ b/without-tests
@@ -1,2 +1,2 @@
./setup.py
-
+./genbackupdatalib/__init__.py