~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-04-15 03:28:59 UTC
  • Revision ID: mbp@sourcefrog.net-20050415032859-b65bcaf373a927ef
- more tests for assertion failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1025
1025
 
1026
1026
 
1027
1027
def cmd_assert_fail():
1028
 
    assert False
 
1028
    assert False, "always fails"
1029
1029
 
1030
1030
 
1031
1031
def main(argv):