/test/gmpy_test.py
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
- from __future__ import print_function
- import sys
- print("\nImportant test information!\n")
- print("Please use 'test/runtests.py' to run the new test suite.\n")
- if sys.version_info[0] == 3:
- print("Please use 'test3/gmpy_test.py' to run legacy tests with Python 3.x.\n")
- else:
- print("Please use 'test2/gmpy_test.py' to run legacy tests with Python 2.x.\n")