Cover remaining uncovered lines in bcda (client, store, log, pipe/cclf, flatten), bib (sync, spider, translate, ingest, item, store, format, ui), cms (express wrappers, log edge cases), api (base, gitea, rustfs, woodpecker, zotero), bls (table import), and pfs (pragma on race guard). 37,687 statements, 0 missed — 11,061 tests passing.
8 lines
141 B
Python
8 lines
141 B
Python
"""Tests for bls.table — verify the module is importable."""
|
|
|
|
|
|
def test_import():
|
|
import bls.table
|
|
|
|
assert bls.table.__all__ == []
|