/ test / gmpy_test.py
gmpy_test.py
 1  from __future__ import print_function
 2  
 3  import sys
 4  
 5  print("\nImportant test information!\n")
 6  print("Please use 'test/runtests.py' to run the new test suite.\n")
 7  
 8  if sys.version_info[0] == 3:
 9      print("Please use 'test3/gmpy_test.py' to run legacy tests with Python 3.x.\n")
10  else:
11      print("Please use 'test2/gmpy_test.py' to run legacy tests with Python 2.x.\n")