summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-06-21 16:41:21 -0400
committerGitHub <noreply@github.com>2020-06-21 16:41:21 -0400
commit4bb4cb4e6c49226740e80a8dd1639274e0719b53 (patch)
tree62c3fe064a8bc39bc694bf22b80c7c1e3b755865 /tests
parent26b2ffa2e7d1970c30af5d9e97530575916fe769 (diff)
Add type stubs to project (#7)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_engine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_engine.py b/tests/test_engine.py
index 602d794..af15b6d 100644
--- a/tests/test_engine.py
+++ b/tests/test_engine.py
@@ -1,5 +1,6 @@
1import adblock 1import adblock
2 2
3
3def test_engine_arguments(): 4def test_engine_arguments():
4 # None of these should panic 5 # None of these should panic
5 adblock.Engine() 6 adblock.Engine()