()
| 20 | |
| 21 | |
| 22 | def test_text(): |
| 23 | data = ['here is some test text', 'and a little more', 'and more'] |
| 24 | assert isinstance(format_data(data), list) |
| 25 | assert isinstance(format_data(data)[0], np.ndarray) |
| 26 | |
| 27 | |
| 28 | def test_str(): |
nothing calls this directly
no test coverage detected