module documentation
(source)

Test cases for fine-grained incremental checking.

Each test cases runs a batch build followed by one or more fine-grained incremental steps. We verify that each step produces the expected output.

See the comment at the top of test-data/unit/fine-grained.test for more information.

N.B.: Unlike most of the other test suites, testfinegrained does not rely on an alt_lib_path for finding source files. This means that they can test interactions with the lib_path that is built implicitly based on specified sources.

Class ​Fine​Grained​Suite No class docstring; 0/2 class variable, 3/11 methods documented
Function normalize​_messages Undocumented
Constant CHECK​_CONSISTENCY Undocumented
def normalize_messages(messages): (source)

Undocumented

Parameters
messages:List[str]Undocumented
Returns
List[str]Undocumented
CHECK_CONSISTENCY: bool = (source)

Undocumented

Value
False