chiark / gitweb /
documentation/python: test that a slot is properly added to search.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 15:53:25 +0000 (17:53 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 15:53:25 +0000 (17:53 +0200)
commit17f89febfd7561530dc6039a57c247d3573c6841
tree542fcbd70f2aad8eb6ee03754f0bd92e58ab4254
parent2119ae99913a0a634a59c309a4776b4fc5caaec3
documentation/python: test that a slot is properly added to search.

It's not because extract_property_doc() has a few early returns that
fail to execute the search-adding code.
documentation/test_python/search/search/__init__.py
documentation/test_python/test_search.py