[tests] Dummy compose is no longer private
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
385b52041c
commit
e9292fc942
6 changed files with 37 additions and 37 deletions
|
|
@ -17,7 +17,7 @@ class PungiTestCase(unittest.TestCase):
|
|||
shutil.rmtree(self.topdir)
|
||||
|
||||
|
||||
class _DummyCompose(object):
|
||||
class DummyCompose(object):
|
||||
def __init__(self, topdir, config):
|
||||
self.supported = True
|
||||
self.compose_date = '20151203'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue