diff options
Diffstat (limited to 'test/test_script.py')
-rw-r--r-- | test/test_script.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test_script.py b/test/test_script.py index f0883ad5..8612d5f3 100644 --- a/test/test_script.py +++ b/test/test_script.py @@ -128,12 +128,3 @@ def test_command_parsing(): s = script.Script(absfilepath, fm) assert os.path.isfile(s.args[0]) - -def test_script_plugins(): - s = flow.State() - fm = flow.FlowMaster(None, s) - sp = tutils.test_data.path("scripts/a.py") - p = script.Script("%s --var 40" % sp, fm) - - assert hasattr(p.ctx, 'plugins') - |