/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/blackbox/test_nick.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Black-box tests for bzr nick."""
 
17
"""Black-box tests for brz nick."""
18
18
 
19
 
import bzrlib
20
 
from bzrlib import (
 
19
import breezy
 
20
from breezy import (
21
21
    branch,
22
22
    osutils,
23
23
    tests,
42
42
                self.assertEqual(expected, conf._get_explicit_nickname())
43
43
 
44
44
    def test_nick_command(self):
45
 
        """bzr nick for viewing, setting nicknames"""
 
45
        """brz nick for viewing, setting nicknames"""
46
46
        self.make_branch_and_tree('me.dev')
47
47
        self.assertNick('me.dev', working_dir='me.dev')
48
48
        # set the nickname