From c033c77b487caeb9505217232add571f362f7afe Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 9 Feb 2020 13:02:40 +0100 Subject: all: delete session in tearDown() --- scripts/cli/test_interfaces.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/cli/test_interfaces.py') diff --git a/scripts/cli/test_interfaces.py b/scripts/cli/test_interfaces.py index ad8e653ce..1b775e1fe 100755 --- a/scripts/cli/test_interfaces.py +++ b/scripts/cli/test_interfaces.py @@ -35,6 +35,8 @@ class BasicInterfaceTest: self.session.delete(self._base_path) self.session.commit() + del self.session + def test_add_description(self): """ Check if description can be added to interface """ for intf in self._interfaces: -- cgit v1.2.3