(s, expected)
| 3107 | ], |
| 3108 | ) |
| 3109 | def test_object_from_string(s, expected): |
| 3110 | _from_string_test(DottedObjectName, s, expected) |
| 3111 | |
| 3112 | |
| 3113 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…