Exemplo n.º 1
0
def test_debug_mode():
    """
    Test that debug mode can be toggled.
    """
    ccl.debug_mode(True)
    ccl.debug_mode(False)
Exemplo n.º 2
0
def test_debug_mode_toggle():
    ccl.debug_mode(True)
    ccl.debug_mode(False)