MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / load_tests

Function load_tests

test_haystack/solr_tests/__init__.py:6–12  ·  view source on GitHub ↗
(loader, standard_tests, pattern)

Source from the content-addressed store, hash-verified

4
5
6def load_tests(loader, standard_tests, pattern):
7 check_solr()
8 package_tests = loader.discover(
9 start_dir=os.path.dirname(__file__), pattern=pattern
10 )
11 standard_tests.addTests(package_tests)
12 return standard_tests

Callers

nothing calls this directly

Calls 1

check_solrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…