Unverified Kaydet (Commit) 70c8f0eb authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

apideki ufak sıkıntı düzeltildi.

üst 7d28c9ee
...@@ -69,7 +69,7 @@ import inary.uri ...@@ -69,7 +69,7 @@ import inary.uri
import inary.util import inary.util
# Settings # Settings
import inary.settings as settings from inary.settings import *
# Fetcher # Fetcher
from . import fetcher from . import fetcher
......
...@@ -12,8 +12,8 @@ class TestCase(unittest.TestCase): ...@@ -12,8 +12,8 @@ class TestCase(unittest.TestCase):
def setUp(self): def setUp(self):
options = inary.config.Options() options = inary.config.Options()
options.destdir = 'tests/tmp_root' options.destdir = 'tests/tmp_root'
inary.api.settings.set_options(options) inary.api.set_options(options)
inary.api.settings.set_scom(False) inary.api.set_scom(False)
ctx.config.values.general.distribution = "Sulin" ctx.config.values.general.distribution = "Sulin"
ctx.config.values.general.distribution_release = "2019" ctx.config.values.general.distribution_release = "2019"
ctx.config.values.general.ignore_safety = True ctx.config.values.general.ignore_safety = True
......
...@@ -165,7 +165,7 @@ def main(): ...@@ -165,7 +165,7 @@ def main():
def setup(): def setup():
options = inary.config.Options() options = inary.config.Options()
options.destdir = 'tests/tmp_root' options.destdir = 'tests/tmp_root'
inary.api.settings.set_options(options) inary.api.set_options(options)
ctx.config.values.general.distribution = "Sulin" ctx.config.values.general.distribution = "Sulin"
ctx.config.values.general.distribution_release = "2018" ctx.config.values.general.distribution_release = "2018"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment