()
| 79 | |
| 80 | |
| 81 | def test_required_int(): |
| 82 | o = TO() |
| 83 | with pytest.raises(exceptions.OptionsError): |
| 84 | o._parse_setval(o._options["required_int"], []) |
| 85 | |
| 86 | |
| 87 | def test_deepcopy(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…