diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-11 01:55:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:55:53 +0000 |
commit | 5d4afa1780f8a05e5f3e479c1eacf683a32df655 (patch) | |
tree | b0c0133d7841f26552b31d4b3774dc5d6dc1efa9 /tests/conftest.py | |
parent | ba6bb4334b8e24b91ce6c77fda7aae37d3dc31ba (diff) | |
parent | d8c05b528b5a75377848d130286bc997da06a792 (diff) |
Merge "Implement plan, qpi and metric constructors"
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index f1ec91fb..7acb75e6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -8,9 +8,10 @@ ############################################################################## from os import path + import pytest -from qtip.runner.plan import Plan +from qtip.loader.plan import Plan @pytest.fixture(scope='session') |