From fffb2ebfc09abce0b9bcc4d324a1652fde5201a5 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 6 Feb 2021 23:15:30 +0800 Subject: app/test/test_next_essay.py: quit driver after use (to save memory). --- app/test/test_next_essay.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') diff --git a/app/test/test_next_essay.py b/app/test/test_next_essay.py index 99962d8..c9e3831 100644 --- a/app/test/test_next_essay.py +++ b/app/test/test_next_essay.py @@ -49,3 +49,6 @@ def test_next(): diff = 1 assert diff == 1 + + driver.quit() + -- cgit v1.2.1