Remove fixture declaration that is defined in pytest config 84/108184/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 25 May 2020 07:53:08 +0000 (00:53 -0700)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 25 May 2020 14:06:11 +0000 (14:06 +0000)
Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
test/mocks/mass-pnf-sim/test_cli.py

index e47b274..bc4d276 100644 (file)
@@ -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']),