diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-06-21 16:41:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 16:41:21 -0400 |
| commit | 4bb4cb4e6c49226740e80a8dd1639274e0719b53 (patch) | |
| tree | 62c3fe064a8bc39bc694bf22b80c7c1e3b755865 /tests | |
| parent | 26b2ffa2e7d1970c30af5d9e97530575916fe769 (diff) | |
Add type stubs to project (#7)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_engine.py | 1 |
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 @@ | |||
| 1 | import adblock | 1 | import adblock |
| 2 | 2 | ||
| 3 | |||
| 3 | def test_engine_arguments(): | 4 | def test_engine_arguments(): |
| 4 | # None of these should panic | 5 | # None of these should panic |
| 5 | adblock.Engine() | 6 | adblock.Engine() |
