Beispiel #1
0
if ans == 'y':

    print(str("Running some Scipy tests: "))

    scipy.test()

print("\n")

print("\t  Would you like to run the MATPLOTLIB basic test suite...")

ans = input("For yes, enter y and hit return: ")

if ans == 'y':

    print(str("Running some Matplotlib tests: "))

    matplotlib.test()

print("\n")

print("\t  Would you like to run the IPYTHON basic test suite...")

ans = input("For yes, enter y and hit return: ")

if ans == 'y':

    print(str("Running some Ipython tests: "))

    IPython.test()
  print(str("Running some Scipy tests: "))

  scipy.test()


print("\n")

print("\t  Would you like to run the MATPLOTLIB basic test suite...")

ans = input("For yes, enter y and hit return: ")

if ans=='y':

  print(str("Running some Matplotlib tests: "))

  matplotlib.test()


print("\n")

print("\t  Would you like to run the IPYTHON basic test suite...")

ans = input("For yes, enter y and hit return: ")

if ans=='y':

  print(str("Running some Ipython tests: "))

  IPython.test()