Home | History | Annotate | Download | only in test

Lines Matching refs:base_prefix

467         self.assertIsInstance(sys.base_prefix, str)
621 @unittest.skipIf(sys.base_prefix != sys.prefix,