Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sdv-dev/SDV
/ unit
Function
unit
tasks.py:29–30 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
27
28
@task
29
def
unit(c):
30
c.run(
'python -m pytest ./tests/unit --cov=sdv --cov-report=xml:./unit_cov.xml'
)
31
32
33
@task
Callers
1
minimum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected