diff options
Diffstat (limited to 'tests/units/reporter/conftest.py')
-rw-r--r-- | tests/units/reporter/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/reporter/conftest.py b/tests/units/reporter/conftest.py index ae7d3df..d0eed36 100644 --- a/tests/units/reporter/conftest.py +++ b/tests/units/reporter/conftest.py @@ -5,4 +5,4 @@ from tests.units.result_manager.conftest import list_result_factory, result_manager, result_manager_factory, test_result_factory -__all__ = ["result_manager", "result_manager_factory", "list_result_factory", "test_result_factory"] +__all__ = ["list_result_factory", "result_manager", "result_manager_factory", "test_result_factory"] |