diff --git a/tests/config/test_configtypes.py b/tests/config/test_configtypes.py index 25aa56980..4deea8e56 100644 --- a/tests/config/test_configtypes.py +++ b/tests/config/test_configtypes.py @@ -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()