nangtani / blender-addon-tester

The blender addon tester is a test harness to enable pytest hook to allow addons to be tested inside a defined version of blender.
MIT License
64 stars 13 forks source link

sys.path communicativity not working in linux #27

Open douglaskastle opened 4 years ago

douglaskastle commented 4 years ago

setting sys.path in run_blender.py is working on windows but fails on linux when used in test_load_lwo.py

Suspect there is a divergence in operation on operating systems