configtypes: Add test for UserAgent.complete().
This commit is contained in:
parent
cc6602926f
commit
5643b14987
@ -1782,3 +1782,7 @@ class TestUserAgent:
|
||||
|
||||
def test_transform(self, klass):
|
||||
assert klass().transform('foobar') == 'foobar'
|
||||
|
||||
def test_complete(self, klass):
|
||||
"""Simple smoke test for completion."""
|
||||
klass().complete()
|
||||
|
Loading…
Reference in New Issue
Block a user