diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-25 00:53:08 -0700 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-05-25 14:06:11 +0000 |
commit | 83e0ecdc30a46dc19fbee3e9bf1e6cea3dda0060 (patch) | |
tree | b4a59866d102e84ea2c85de5d8394956545ae503 /test | |
parent | 6a33e1c88b4c1faf723c9ba35e2af0bca1202077 (diff) |
Remove fixture declaration that is defined in pytest config
Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/mocks/mass-pnf-sim/test_cli.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/mocks/mass-pnf-sim/test_cli.py b/test/mocks/mass-pnf-sim/test_cli.py index e47b274d3..bc4d276ed 100644 --- a/test/mocks/mass-pnf-sim/test_cli.py +++ b/test/mocks/mass-pnf-sim/test_cli.py @@ -1,10 +1,5 @@ -import MassPnfSim import pytest -@pytest.fixture(scope="module") -def parser(): - return MassPnfSim.get_parser() - @pytest.mark.parametrize(('expect_string, cli_opts'), [ ("bootstrap: error: the following arguments are required: --urlves, --ipfileserver, --typefileserver, --ipstart", ['bootstrap']), |