Lines Matching refs:path
70 test_path = os.path.join(os.path.dirname(__file__),
143 our_dir = os.path.abspath(os.path.dirname(__file__))
144 if our_dir in sys.path:
145 sys.path.remove(our_dir)
147 if os.getcwd() in sys.path:
148 sys.path.remove(os.getcwd())
169 framework_dir = os.path.dirname(os.path.realpath(__file__))
171 os.path.join(framework_dir, 'acts', 'bin', 'act.py'),
172 os.path.join(framework_dir, 'acts', 'bin', 'monsoon.py')
196 if os.path.islink(act_file):
198 elif os.path.exists(act_file):