Ejemplo n.º 1
0
def test_demo12():
    """Check that demo12 runs properly.
    """
    import demo12

    print("Running demo12.py")
    demo12.main([])
Ejemplo n.º 2
0
def test_demo12():
    """Check that demo12 runs properly.
    """
    import demo12
    print('Running demo12.py')
    demo12.main([])