move environment to helpers module
This fixes registering pytest plugins
This commit is contained in:
2
pkgs/clan-cli/tests/conftest.py
Normal file
2
pkgs/clan-cli/tests/conftest.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import os
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers'))
|
||||
Reference in New Issue
Block a user