ICON Community Interface
0.4.0
Loading...
Searching...
No Matches
plugins
python_adapter
test
test_sys_path.py
Go to the documentation of this file.
1
from
dummy_module
import
dummy
2
import
sys
3
4
dummy()
5
6
# check for duplicate entries in sys.path
7
assert
len(sys.path) == len(set(sys.path)),
"Duplicate entry in sys.path detected!"
Generated by
1.11.0