mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
fix few pep8 errors
This commit is contained in:
parent
3185b559a5
commit
9bc7a0f76f
2 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,4 @@ from tito.tagger.main import \
|
||||||
|
|
||||||
from tito.tagger.rheltagger import RHELTagger
|
from tito.tagger.rheltagger import RHELTagger
|
||||||
from tito.tagger.zstreamtagger import zStreamTagger
|
from tito.tagger.zstreamtagger import zStreamTagger
|
||||||
from tito.tagger.cargotagger import CargoTagger
|
from tito.tagger.cargotagger import CargoTagger
|
||||||
|
|
|
@ -261,6 +261,7 @@ class CheetahRenderTest(unittest.TestCase):
|
||||||
self.assertEquals(call("/tmp/*.cheetah"), mock_glob.mock_calls[0])
|
self.assertEquals(call("/tmp/*.cheetah"), mock_glob.mock_calls[0])
|
||||||
self.assertEquals(call("temp_pickle"), mock_unlink.mock_calls[0])
|
self.assertEquals(call("temp_pickle"), mock_unlink.mock_calls[0])
|
||||||
|
|
||||||
|
|
||||||
class CargoTransformTest(unittest.TestCase):
|
class CargoTransformTest(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.config_file = NamedTemporaryFile(delete=False).name
|
self.config_file = NamedTemporaryFile(delete=False).name
|
||||||
|
|
Loading…
Add table
Reference in a new issue