test_def_file_modify
Functions:
all_datatypes_dict
all_datatypes_dict() -> dict
Source code in tests/test_def_file_modify.py
21 22 23 | |
all_datatypes_modified
all_datatypes_modified() -> str
Source code in tests/test_def_file_modify.py
31 32 33 | |
all_datatypes_str
all_datatypes_str() -> str
Source code in tests/test_def_file_modify.py
26 27 28 | |
includedef_add_str
includedef_add_str() -> str
Source code in tests/test_def_file_modify.py
41 42 43 | |
includedef_everything_str
includedef_everything_str() -> str
Source code in tests/test_def_file_modify.py
46 47 48 | |
includedef_ref
includedef_ref() -> dict
Source code in tests/test_def_file_modify.py
36 37 38 | |
includedef_ref_str
includedef_ref_str() -> str
Source code in tests/test_def_file_modify.py
51 52 53 | |
includedef_remove_str
includedef_remove_str() -> str
Source code in tests/test_def_file_modify.py
56 57 58 | |
test_modify_values_str
test_modify_values_str(
all_datatypes_dict,
all_datatypes_str,
all_datatypes_modified,
)
Source code in tests/test_def_file_modify.py
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | |
test_modifys_includedef_add
test_modifys_includedef_add(
includedef_ref, includedef_ref_str, includedef_add_str
)
Source code in tests/test_def_file_modify.py
102 103 104 105 | |
test_modifys_includedef_empty
test_modifys_includedef_empty(
includedef_ref,
includedef_ref_str,
includedef_remove_str,
)
Source code in tests/test_def_file_modify.py
116 117 118 119 120 | |
test_modifys_includedef_everything
test_modifys_includedef_everything(
includedef_ref,
includedef_ref_str,
includedef_everything_str,
)
Source code in tests/test_def_file_modify.py
123 124 125 126 127 128 129 130 | |
test_modifys_includedef_ref
test_modifys_includedef_ref(
includedef_ref, includedef_ref_str
)
Test if making no changes doesn't change the input text!
Source code in tests/test_def_file_modify.py
97 98 99 | |
test_modifys_includedef_remove
test_modifys_includedef_remove(
includedef_ref,
includedef_ref_str,
includedef_remove_str,
)
Source code in tests/test_def_file_modify.py
108 109 110 111 112 113 | |