()
| 301 | |
| 302 | |
| 303 | def test_serialize_defaults(): |
| 304 | o = options.Options() |
| 305 | buf = io.StringIO() |
| 306 | optmanager.serialize(o, buf, "", defaults=True) |
| 307 | assert buf.getvalue() |
| 308 | |
| 309 | |
| 310 | def test_saving(tmpdir): |
nothing calls this directly
no test coverage detected
searching dependent graphs…