Beispiel #1
0
def test_queueio_random_methods():
    qio = QueueIO(Queue())
    assert qio.isatty() is False
    assert qio.flush() is None