/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 python3.passing

  • Committer: Martin
  • Date: 2017-08-28 14:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 6779.
  • Revision ID: gzlist@googlemail.com-20170828141716-kncy9mgeszq9x963
Add test_cleanup to passing Python 3 tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
breezy.tests.test_chunk_writer.TestWriter.test_some_data
69
69
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_does_not_exceed_size
70
70
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_preserves_reserve_space
 
71
breezy.tests.test_cleanup.TestDoWithCleanups.test_cleanup_error_debug_flag
 
72
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_and_cleanup_errors_debug_flag
 
73
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_propagates
 
74
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_trumps_cleanup_error
 
75
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_may_mutate_cleanups
 
76
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_passes_and_error_from_cleanup
 
77
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures
 
78
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures_debug_flag
 
79
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_cleanups
 
80
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_func
 
81
breezy.tests.test_cleanup.TestObjectWithCleanups.test_object_with_cleanups
 
82
breezy.tests.test_cleanup.TestOperationWithCleanups.test_cleanup_ordering
 
83
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error
 
84
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error_debug_flag
 
85
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_with_args_kwargs
 
86
breezy.tests.test_cleanup.TestRunCleanup.test_no_errors
 
87
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_fails
 
88
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_succeeds
71
89
breezy.tests.test_commands.GuessCommandTests.test_guess
72
90
breezy.tests.test_commands.GuessCommandTests.test_guess_override
73
91
breezy.tests.test_commands.GuessCommandTests.test_none