File size: 294 Bytes
167e081
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Root-level conftest
#
# Loads the benchmark plugin (CLI options, markers, fixtures).
# The plugin lives in a file deliberately NOT named conftest.py to
# avoid pluggy's duplicate-registration error.

pytest_plugins = [
    'tests.pytest_random_plugin',
    'tests.pytest_benchmark_plugin',
]