~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Use 'uncollected_cases' as the flag name which seems a bit clearer

Show diffs side-by-side

added added

removed removed

Lines of Context:
3426
3426
#                           with proper exclusion rules.
3427
3427
#   -Ethreads               Will display thread ident at creation/join time to
3428
3428
#                           help track thread leaks
3429
 
#   -Ecollection            Display the identity of any test cases that weren't
 
3429
#   -Euncollected_cases     Display the identity of any test cases that weren't
3430
3430
#                           deallocated after being completed.
3431
3431
selftest_debug_flags = set()
3432
3432