mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
17 lines
376 B
Diff
17 lines
376 B
Diff
diff --git a/tests/test_version.py b/tests/test_version.py
|
|
deleted file mode 100644
|
|
index 52291dc..0000000
|
|
--- a/tests/test_version.py
|
|
+++ /dev/null
|
|
@@ -1,10 +0,0 @@
|
|
-# Copyright: See the LICENSE file.
|
|
-
|
|
-import unittest
|
|
-
|
|
-import factory
|
|
-
|
|
-
|
|
-class VersionTestCase(unittest.TestCase):
|
|
- def test_version(self):
|
|
- self.assertEqual(factory.__version__, "3.2.1.dev0")
|