mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 23:38:46 +00:00
Add test for AddonManager.__contains__
This commit is contained in:
parent
43e5647cef
commit
56781a0b08
@ -137,6 +137,8 @@ def test_simple():
|
|||||||
a.trigger("custom")
|
a.trigger("custom")
|
||||||
assert ta.custom_called
|
assert ta.custom_called
|
||||||
|
|
||||||
|
assert ta in a
|
||||||
|
|
||||||
|
|
||||||
def test_load_option():
|
def test_load_option():
|
||||||
o = options.Options()
|
o = options.Options()
|
||||||
|
Loading…
Reference in New Issue
Block a user