import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseChecksum(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseCompressionWrapper(unittest.TestCase):
def test_compression_suffix(self):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseContentStat(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseCrFile(unittest.TestCase):
import unittest
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseLoadMetadata(unittest.TestCase):
def test_load_metadata__repo00(self):
import unittest
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseMetadataLocation(unittest.TestCase):
def test_metadatalocation(self):
import shutil
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseMisc(unittest.TestCase):
import unittest
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCasePackage(unittest.TestCase):
def test_package_empty(self):
import unittest
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseParsepkg(unittest.TestCase):
def test_package_from_rpm(self):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseRepomd(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseRepomdRecord(unittest.TestCase):
import sqlite3
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseSqlite(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseUpdateCollection(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseUpdateCollectionPackage(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseUpdateInfo(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseUpdateRecord(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseUpdateReference(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseXmlFile(unittest.TestCase):
import os.path
import createrepo_c as cr
-from fixtures import *
+from .fixtures import *
class TestCaseXmlParserPrimary(unittest.TestCase):