Exemplo n.º 1
0
def test_clear_both_clipboards():
    test_text_to_clipboards()
    cb.clear_both_clipboards()
    assert cb.read_primary() == ''
    assert cb.read_clipboard() == ''
Exemplo n.º 2
0
def test_clear_both_clipboards():
    test_text_to_clipboards()
    cb.clear_both_clipboards()
    assert cb.read_primary() == ''
    assert cb.read_clipboard() == ''
Exemplo n.º 3
0
def setup_function(function):
    """Runs before each test function."""
    cb.clear_both_clipboards()
Exemplo n.º 4
0
def setup_function(function):
    """Runs before each test function."""
    cb.clear_both_clipboards()