generated from Luis/nextjs-python-web-template
15 lines
219 B
Python
15 lines
219 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
|
|
|
|
pytest_plugins = [
|
|
"temporary_dir",
|
|
"clan_flake",
|
|
"root",
|
|
"age_keys",
|
|
"sshd",
|
|
"command",
|
|
"ports",
|
|
]
|