/brz/remove-bazaar

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

  • Committer: Martin Pool
  • Date: 2008-04-24 07:22:53 UTC
  • Revision ID: mbp@sourcefrog.net-20080424072253-opmjij7xfy38w27f
Remove every assert statement from bzrlib!

Depending on the context they are:

 * turned into an explicit if/raise of either AssertionError 
   or something more specific -- particularly where they protect
   programming interfaces, complex invariants, or data file integrity
 * removed, if they're redundant with a later check, not protecting
   a meaningful invariant
 * turned into a selftest method on tests
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3251.4.3 17 years ago Aaron Bentley More renames and cleanups 8.2 KB Diff Download File
account.py 2980 18 years ago Canonical.com Patch Queue Manager (robertc) Improved lp:/// URL support for the Laun 2.1 KB Diff Download File
lp_directory.py 3373.1.1 17 years ago John Arbash Meinel Trivial warning message update when user has not r 4.3 KB Diff Download File
lp_registration.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 9.6 KB Diff Download File
test_account.py 2898.3.10 18 years ago James Henstridge Make LaunchpadAccountTests a TestCaseInTempDir so 3.4 KB Diff Download File
test_lp_directory.py 3251.4.3 17 years ago Aaron Bentley More renames and cleanups 8.1 KB Diff Download File
test_lp_service.py 3221.4.2 17 years ago Martin Pool Add in thumpers tests for selection of the right L 3.4 KB Diff Download File
test_register.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 13.6 KB Diff Download File