Skip to content
Snippets Groups Projects
Commit 4afe2b07 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Add file

parent 5eb55e7e
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf8 -*
""" p40_tools.pathtocomponents
Helper module to access to python modules common to all tests,
outside the pytest framework.
"""
import sys
from py import path
cwd_path = path.local()
scripts_fc0_path = cwd_path.pypkgpath()
components_path = \
scripts_fc0_path.join("..", "FC0", "devices_lli", "components")
sys.path.append(str(components_path))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment