Home | History | Annotate | Download | only in tests

Lines Matching refs:cmd

17         cmd = bdist(dist)
18 cmd.formats = ['msi']
19 cmd.ensure_finalized()
20 self.assertEqual(cmd.formats, ['msi'])
25 found = sorted(cmd.format_command)
31 cmd = bdist(dist)
32 cmd.skip_build = 1
33 cmd.ensure_finalized()
34 dist.command_obj['bdist'] = cmd
41 subcmd = cmd.get_finalized_command(name)