~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-07-31 15:58:50 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060731155850-3082cd432aa9c09c
English phrases corrected as John Meinel suggested.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    def test_build(self):
34
34
        """ test cmd `python setup.py build`
35
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
 
36
        This tests that the build process and man generator run correctly.
 
37
        It also can catch new subdirectories that weren't added to setup.py.
39
38
        """
40
39
        self.log('test_build running in %s' % os.getcwd())
41
40
        try: