aboutsummaryrefslogtreecommitdiff
path: root/test/test_digikey.py
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-02-09 23:37:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2019-02-09 23:37:02 +0100
commitc313e6de8c06017739402ea89f55ce3b36ac0f2b (patch)
tree3fa4ae2b36e5b3820c8677c82cafd676f77aaced /test/test_digikey.py
parent79b8525e776b27a1702a4eea6f3168bfd97a393a (diff)
downloadee-python-c313e6de8c06017739402ea89f55ce3b36ac0f2b.tar.gz
ee-python-c313e6de8c06017739402ea89f55ce3b36ac0f2b.tar.bz2
ee-python-c313e6de8c06017739402ea89f55ce3b36ac0f2b.tar.xz
ee-python-c313e6de8c06017739402ea89f55ce3b36ac0f2b.zip
o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output a
Makefile-compatible dependencies file.
Diffstat (limited to 'test/test_digikey.py')
-rw-r--r--test/test_digikey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_digikey.py b/test/test_digikey.py
index 2b3cd12..97cd943 100644
--- a/test/test_digikey.py
+++ b/test/test_digikey.py
@@ -4,7 +4,6 @@ from pathlib import Path
import pytest
from selenium import webdriver
-from selenium.webdriver.common.keys import Keys
import ee.digikey as dk
@@ -110,6 +109,7 @@ def cache_file(url, keyword):
return content
+
try:
driver.close()
except Exception: