Skip to content

Commit

Permalink
Remove comment that was both redundant and out of date (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 10, 2021
1 parent 363017f commit 13ea0d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions traits_futures/tests/common_future_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ def test_cancellable_and_done_early_cancellation(self):
self.assertEqual(listener.cancellable_changes, [(True, False)])
self.assertEqual(listener.done_changes, [(False, True)])

# Tests for the various possible message sequences.

# The BaseFuture processes four different messages: started / raised /
# returned messages from the task, and a possible cancellation message from
# the user. We denote these with the letters S, X (for eXception), R and C,
# and add machinery to test various combinations. We also write I to
# denote initialization of the future.

def test_invalid_message_sequences(self):
# Systematically generate invalid sequences of messages.
valid_initial_sequences = {
Expand Down

0 comments on commit 13ea0d1

Please sign in to comment.