Home | History | Annotate | Download | only in bestflags

Lines Matching refs:helper

8 This module tests the helper method and the worker method.
39 """"Test the helper.
41 Call the helper method twice, and test the results. The results should be
45 # Set up the input, helper and output queue for the helper method.
51 # Set up the helper process that holds the helper method.
53 target=pipeline_worker.Helper,
57 # A dictionary defines the mock result to the helper.
66 # The output of the helper should contain all the following tasks.
93 helper and result queue.