~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_setup.py

merge with bzr.dev revno.1860

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: