PageRenderTime 23ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/test/gmpy_test.py

http://gmpy.googlecode.com/
Python | 11 lines | 8 code | 3 blank | 0 comment | 2 complexity | 4bc3df4affe5487b4ea84314031869c3 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-3.0, LGPL-2.1
  1. from __future__ import print_function
  2. import sys
  3. print("\nImportant test information!\n")
  4. print("Please use 'test/runtests.py' to run the new test suite.\n")
  5. if sys.version_info[0] == 3:
  6. print("Please use 'test3/gmpy_test.py' to run legacy tests with Python 3.x.\n")
  7. else:
  8. print("Please use 'test2/gmpy_test.py' to run legacy tests with Python 2.x.\n")