test_layers
test_bare_string_inputs_outputs
test_bare_string_inputs_outputs()
A bare string as input/output should be wrapped, not iterated.
Source code in ezdag/tests/test_layers.py
106 107 108 109 110 111 112 | |
test_layer_new
test_layer_new(mock_which)
Layer.new() copies config but not nodes.
Source code in ezdag/tests/test_layers.py
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | |
test_static_literal_inputs_outputs
test_static_literal_inputs_outputs(mock_which)
Bare strings as inputs/outputs become static Literals.
Source code in ezdag/tests/test_layers.py
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | |