summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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