~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_setup.py

  • Committer: Alexander Belchenko
  • Date: 2006-06-29 08:41:31 UTC
  • mto: (1860.1.1 win32.installer)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060629084131-3ea4d44e3204e36f
win32 installer for bzr.dev.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    def test_build(self):
34
34
        """ test cmd `python setup.py build`
35
 
        
36
 
        This typically catches new subdirectories which weren't added to setup.py
 
35
 
 
36
        This test ensure that build process run correct.
 
37
        Ensure that man generator works correct.
 
38
        Also can catches new subdirectories which weren't added to setup.py
37
39
        """
38
40
        self.log('test_build running in %s' % os.getcwd())
39
41
        try: