def _same_near_collection(): """NOTE - this is horrible "lookahead" to need to rely on this other FA to test our own. but meh. """ return markdown_fixture('0080-cel-underflow.md')
def given(self): dictionaries = ({'col_A': 'thing C', 'col_B': 'yerp'}, ) producer_script = FakeProducerScript( stream_for_sync_via_stream=sync_stream_using_column_A, stream_for_sync_is_alphabetized_by_key_for_sync=False, dictionaries=dictionaries, near_keyerer=near_keyerer_minimal) return { 'producer_script_path': producer_script, 'near_collection': markdown_fixture('0110-endcap-yes-no.md') }
def given(self): produc_script_path = executable_fixture('exe_120_endcap_yes_no.py') return { 'producer_script_path': produc_script_path, 'near_collection': markdown_fixture('0110-endcap-yes-no.md') }
def _same_existent_markdown_file(): return markdown_fixture('0080-cel-underflow.md')
def given(self): ps_path = executable_fixture('exe_110_extra_cel.py') return { 'producer_script_path': ps_path, 'near_collection': markdown_fixture('0000-no-such-file.md') }
def end_state(self): return build_state_the_bernstein_way( fixture_document_path=markdown_fixture( '0150-bernstein-subtree.md'), # noqa: E501 producer_module=_subject_module())