File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11
11
12
12
class TestBase (testtools .TestCase ):
13
13
14
- def test_build (self ):
15
- p = packer .Packer (TEST_PACKERFILE )
16
- p .build ()
17
-
18
- def test_fix (self ):
19
- p = packer .Packer (TEST_PACKERFILE )
20
- p .fix ()
21
-
22
- def test_inspect (self ):
23
- p = packer .Packer (TEST_PACKERFILE )
24
- p .inspect ()
25
-
26
- def test_validate (self ):
27
- p = packer .Packer (TEST_PACKERFILE )
28
- p .validate ()
14
+ # def test_build(self):
15
+ # p = packer.Packer(TEST_PACKERFILE)
16
+ # p.build()
17
+ #
18
+ # def test_fix(self):
19
+ # p = packer.Packer(TEST_PACKERFILE)
20
+ # p.fix()
21
+ #
22
+ # def test_inspect(self):
23
+ # p = packer.Packer(TEST_PACKERFILE)
24
+ # p.inspect()
25
+ #
26
+ # def test_validate(self):
27
+ # p = packer.Packer(TEST_PACKERFILE)
28
+ # p.validate()
29
29
30
30
def test_version (self ):
31
31
p = packer .Packer (TEST_PACKERFILE )
You can’t perform that action at this time.
0 commit comments