From 10c371cae1ee954095f93e7d5ce17d0db80db27c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Jan 2011 13:29:37 +0000 Subject: Remove __init__ test module. It make CoverageTestRunner's module importing break. --- genbackupdatalib/__init___tests.py | 25 ------------------------- without-tests | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 genbackupdatalib/__init___tests.py 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 . - - -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 -- cgit v1.2.1