test_paths.py 178 B

123456
  1. import wheel.paths
  2. from distutils.command.install import SCHEME_KEYS
  3. def test_path():
  4. d = wheel.paths.get_install_paths('wheel')
  5. assert len(d) == len(SCHEME_KEYS)